Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ServerAuthStreamInterceptor ¶
func ServerAuthStreamInterceptor(srv interface{}, stream grpc.ServerStream, info *grpc.StreamServerInfo, handler grpc.StreamHandler) error
func ServerAuthUnaryInterceptor ¶
func ServerAuthUnaryInterceptor(ctx context.Context, req interface{}, info *grpc.UnaryServerInfo, handler grpc.UnaryHandler) (interface{}, error)
ServerAuthUnaryInterceptor is an unary rpc server interceptor handler that handles auth via request's metadata this interceptor will block rpc call if auth fails
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.