Versions in this module Expand all Collapse all v1 v1.0.0 May 11, 2024 Changes in this version + const NoLogFlag + const NoLogKey + var ErrRPCNotAllowed = bizerr.ErrRPCNotAllowed + func FuncDisableInterceptor(fd *disabler.FuncDisabler) grpc.UnaryServerInterceptor + func FuncDisableStreamInterceptor(fd *disabler.FuncDisabler) grpc.StreamServerInterceptor + func JWTClientInterceptor(ctx context.Context, method string, req, reply any, cc *grpc.ClientConn, ...) error + func JWTInterceptor(ctx context.Context, req any, info *grpc.UnaryServerInfo, ...) (any, error) + func JWTStreamClientInterceptor(ctx context.Context, desc *grpc.StreamDesc, cc *grpc.ClientConn, method string, ...) (grpc.ClientStream, error) + func JWTStreamInterceptor(srv any, ss grpc.ServerStream, info *grpc.StreamServerInfo, ...) error + func LogInterceptor(ctx context.Context, req any, info *grpc.UnaryServerInfo, ...) (any, error) + func NoLog(ctx context.Context) context.Context + func RecoverInterceptor(ctx context.Context, req any, info *grpc.UnaryServerInfo, ...) (resp any, err error) + func RecoverStreamInterceptor(srv any, ss grpc.ServerStream, info *grpc.StreamServerInfo, ...) (err error)