Documentation ¶
Index ¶
- Variables
- func WithSvcJwtAuth(ctx context.Context, req interface{}, info *grpc.UnaryServerInfo, ...) (interface{}, error)
- func WithUnary(interceptor, next grpc.UnaryServerInterceptor) grpc.ServerOption
- func WithUserJwtAuth(ctx context.Context, req interface{}, info *grpc.UnaryServerInfo, ...) (interface{}, error)
- type CtxKey
Constants ¶
This section is empty.
Variables ¶
Functions ¶
func WithSvcJwtAuth ¶
func WithSvcJwtAuth(ctx context.Context, req interface{}, info *grpc.UnaryServerInfo, handler grpc.UnaryHandler) (interface{}, error)
func WithUnary ¶
func WithUnary(interceptor, next grpc.UnaryServerInterceptor) grpc.ServerOption
func WithUserJwtAuth ¶
func WithUserJwtAuth(ctx context.Context, req interface{}, info *grpc.UnaryServerInfo, handler grpc.UnaryHandler) (interface{}, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.