package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
ClientInterceptor returns a grpc.UnaryClientInterceptor suitable for use in a grpc.Dial call.
ExtractSpanMetaFromGRPCCtx retrieves a SpanMeta carried as gRPC metadata by an RPC.
ServerInterceptor returns a grpc.UnaryServerInterceptor suitable for use in a grpc.NewServer call.
StreamClientInterceptor returns a grpc.StreamClientInterceptor suitable for use in a grpc.Dial call.
StreamServerInterceptor returns a grpc.StreamServerInterceptor suitable for use in a grpc.NewServer call.
# Constants
BatchMethodName is the method name of Internal.Batch RPC.
BatchStreamMethodName is the method name of the Internal.BatchStream RPC.
SetupFlowMethodName is the method name of DistSQL.SetupFlow RPC.