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

Struct Handler

examples/features/stats_monitoring/statshandler/handler.go:32–32  ·  view source on GitHub ↗

Handler implements [stats.Handler](https://pkg.go.dev/google.golang.org/grpc/stats#Handler) interface.

Source from the content-addressed store, hash-verified

30
31// Handler implements [stats.Handler](https://pkg.go.dev/google.golang.org/grpc/stats#Handler) interface.
32type Handler struct{}
33
34type connStatCtxKey struct{}
35

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected