Documentation ¶
Index ¶
- func ClientIDInterceptor(transKeys []string) grpc.UnaryClientInterceptor
- func ClientLogInterceptor(logger l.Wrapper) grpc.UnaryClientInterceptor
- func ClientStreamIDInterceptor(transKeys []string) grpc.StreamClientInterceptor
- func ClientStreamLogInterceptor(logger l.Wrapper) grpc.StreamClientInterceptor
- func ServerIDInterceptor(transKeys []string) grpc.UnaryServerInterceptor
- func ServerLogInterceptor(logger l.Wrapper) grpc.UnaryServerInterceptor
- func ServerStreamIDInterceptor(transKeys []string) grpc.StreamServerInterceptor
- func ServerStreamLogInterceptor(logger l.Wrapper) grpc.StreamServerInterceptor
- func ServerStreamVerifyInterceptor(secureOption *certutils.SecureOption) grpc.StreamServerInterceptor
- func ServerVerifyInterceptor(secureOption *certutils.SecureOption) grpc.UnaryServerInterceptor
- func VerifyClientCert(ctx context.Context, secureOption *certutils.SecureOption) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClientIDInterceptor ¶
func ClientIDInterceptor(transKeys []string) grpc.UnaryClientInterceptor
func ClientLogInterceptor ¶
func ClientLogInterceptor(logger l.Wrapper) grpc.UnaryClientInterceptor
func ClientStreamIDInterceptor ¶
func ClientStreamIDInterceptor(transKeys []string) grpc.StreamClientInterceptor
func ClientStreamLogInterceptor ¶
func ClientStreamLogInterceptor(logger l.Wrapper) grpc.StreamClientInterceptor
func ServerIDInterceptor ¶
func ServerIDInterceptor(transKeys []string) grpc.UnaryServerInterceptor
func ServerLogInterceptor ¶
func ServerLogInterceptor(logger l.Wrapper) grpc.UnaryServerInterceptor
func ServerStreamIDInterceptor ¶
func ServerStreamIDInterceptor(transKeys []string) grpc.StreamServerInterceptor
func ServerStreamLogInterceptor ¶
func ServerStreamLogInterceptor(logger l.Wrapper) grpc.StreamServerInterceptor
func ServerStreamVerifyInterceptor ¶
func ServerStreamVerifyInterceptor(secureOption *certutils.SecureOption) grpc.StreamServerInterceptor
func ServerVerifyInterceptor ¶
func ServerVerifyInterceptor(secureOption *certutils.SecureOption) grpc.UnaryServerInterceptor
func VerifyClientCert ¶
func VerifyClientCert(ctx context.Context, secureOption *certutils.SecureOption) error
VerifyClientCert .
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.