type google.golang.org/grpc/tap.Info

3 uses

	google.golang.org/grpc/tap (current package)
		tap.go#L33: type Info struct {
		tap.go#L56: type ServerInHandle func(ctx context.Context, info *Info) (context.Context, error)

	google.golang.org/grpc/internal/transport
		http2_server.go#L558: 		if s.ctx, err = t.inTapHandle(s.ctx, &tap.Info{FullMethodName: s.method}); err != nil {