Skip to content

Commit

Permalink
Responded to Doug's comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zasweq committed Oct 26, 2023
1 parent 65047b6 commit 646d55b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions internal/testutils/stubstatshandler.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ import (
// individual test cases. It is a stubbable implementation of
// google.golang.org/grpc/stats.Handler for testing purposes.
type StubStatsHandler struct {
// Guarantees we satisfy this interface; panics if unimplemented methods are
// called.
stats.Handler

TagRPCF func(ctx context.Context, info *stats.RPCTagInfo) context.Context
HandleRPCF func(ctx context.Context, info stats.RPCStats)
TagConnF func(ctx context.Context, info *stats.ConnTagInfo) context.Context
Expand Down

0 comments on commit 646d55b

Please sign in to comment.