(ctx context.Context, conn *Conn, data TraceQueryEndData)
| 13 | TraceQueryStart(ctx context.Context, conn *Conn, data TraceQueryStartData) context.Context |
| 14 | |
| 15 | TraceQueryEnd(ctx context.Context, conn *Conn, data TraceQueryEndData) |
| 16 | } |
| 17 | |
| 18 | type TraceQueryStartData struct { |
no outgoing calls
no test coverage detected