| 775 | } |
| 776 | |
| 777 | type statshandler struct { |
| 778 | mu sync.Mutex |
| 779 | gotRPC []*gotData |
| 780 | gotConn []*gotData |
| 781 | } |
| 782 | |
| 783 | func (h *statshandler) TagConn(ctx context.Context, info *stats.ConnTagInfo) context.Context { |
| 784 | return context.WithValue(ctx, connCtxKey{}, info) |
nothing calls this directly
no outgoing calls
no test coverage detected