Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewContextServerStream ¶
func NewContextServerStream(ctx context.Context, ss grpc.ServerStream) grpc.ServerStream
Types ¶
type ClientInterceptors ¶
type ClientInterceptors interface { UnaryClientInterceptor() grpc.UnaryClientInterceptor StreamClientInterceptor() grpc.StreamClientInterceptor }
type ContextWrapper ¶
type ContextWrapper struct { grpc.ServerStream // contains filtered or unexported fields }
func (*ContextWrapper) Context ¶
func (w *ContextWrapper) Context() context.Context
type Interceptors ¶
type Interceptors interface { ServerInterceptors ClientInterceptors }
type ServerInterceptors ¶
type ServerInterceptors interface { UnaryServerInterceptor() grpc.UnaryServerInterceptor StreamServerInterceptor() grpc.StreamServerInterceptor }
Click to show internal directories.
Click to hide internal directories.