Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsReflectMethod ¶
func NewServerStream ¶
func NewServerStream(ctx context.Context, stream grpc.ServerStream) grpc.ServerStream
Types ¶
type Interceptor ¶
type Interceptor interface { StreamServerInterceptor() grpc.StreamServerInterceptor UnaryServerInterceptor() grpc.UnaryServerInterceptor }
func NewSimpleInterceptor ¶
func NewSimpleInterceptor( stream grpc.StreamServerInterceptor, unary grpc.UnaryServerInterceptor) Interceptor
Click to show internal directories.
Click to hide internal directories.