We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65047b6 commit 646d55bCopy full SHA for 646d55b
internal/testutils/stubstatshandler.go
@@ -28,10 +28,6 @@ import (
28
// individual test cases. It is a stubbable implementation of
29
// google.golang.org/grpc/stats.Handler for testing purposes.
30
type StubStatsHandler struct {
31
- // Guarantees we satisfy this interface; panics if unimplemented methods are
32
- // called.
33
- stats.Handler
34
-
35
TagRPCF func(ctx context.Context, info *stats.RPCTagInfo) context.Context
36
HandleRPCF func(ctx context.Context, info stats.RPCStats)
37
TagConnF func(ctx context.Context, info *stats.ConnTagInfo) context.Context
0 commit comments