TraceConnectStart is called at the beginning of Connect and ConnectConfig calls. The returned context is used for the rest of the call and will be passed to TraceConnectEnd.
(ctx context.Context, data TraceConnectStartData)
| 93 | // TraceConnectStart is called at the beginning of Connect and ConnectConfig calls. The returned context is used for |
| 94 | // the rest of the call and will be passed to TraceConnectEnd. |
| 95 | TraceConnectStart(ctx context.Context, data TraceConnectStartData) context.Context |
| 96 | |
| 97 | TraceConnectEnd(ctx context.Context, data TraceConnectEndData) |
| 98 | } |
no outgoing calls
no test coverage detected