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

5 uses

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

	google.golang.org/grpc
		server.go#L161: 	inTapHandle           tap.ServerInHandle
		server.go#L452: func InTapHandle(h tap.ServerInHandle) ServerOption {

	google.golang.org/grpc/internal/transport
		http2_server.go#L79: 	inTapHandle tap.ServerInHandle
		transport.go#L535: 	InTapHandle           tap.ServerInHandle