type google.golang.org/grpc.rpcInfoContextKey

3 uses

	google.golang.org/grpc (current package)
		rpc_util.go#L732: type rpcInfoContextKey struct{}
		rpc_util.go#L735: 	return context.WithValue(ctx, rpcInfoContextKey{}, &rpcInfo{
		rpc_util.go#L746: 	s, ok = ctx.Value(rpcInfoContextKey{}).(*rpcInfo)