Documentation ¶
Index ¶
- func UnaryInterceptor(ctx context.Context, req interface{}, info *grpc.UnaryServerInfo, ...) (interface{}, error)
- func UnaryInterceptorClient(ctx context.Context, method string, req, reply interface{}, ...) error
- func UnaryInterceptorEnduser(ctx context.Context, method string, req, reply interface{}, ...) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UnaryInterceptor ¶
func UnaryInterceptor(ctx context.Context, req interface{}, info *grpc.UnaryServerInfo, handler grpc.UnaryHandler) (interface{}, error)
func UnaryInterceptorClient ¶
func UnaryInterceptorClient(ctx context.Context, method string, req, reply interface{}, cc *grpc.ClientConn, invoker grpc.UnaryInvoker, opts ...grpc.CallOption) error
unaryInterceptor is an example unary interceptor.
func UnaryInterceptorEnduser ¶
func UnaryInterceptorEnduser(ctx context.Context, method string, req, reply interface{}, cc *grpc.ClientConn, invoker grpc.UnaryInvoker, opts ...grpc.CallOption) error
unaryInterceptor is an example unary interceptor.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.