MCPcopy
hub / github.com/grpc/grpc-go / fakeStatsHandler

Struct fakeStatsHandler

test/xds/xds_telemetry_labels_test.go:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105type fakeStatsHandler struct {
106 labels map[string]string
107
108 t *testing.T
109}
110
111func (fsh *fakeStatsHandler) TagConn(ctx context.Context, _ *stats.ConnTagInfo) context.Context {
112 return ctx

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected