Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerInterceptor ¶
type ServerInterceptor struct {
// contains filtered or unexported fields
}
func NewServerInterceptor ¶
func NewServerInterceptor(log zerolog.Logger, filter []string) *ServerInterceptor
func (*ServerInterceptor) Unary ¶
func (s *ServerInterceptor) Unary(ctx context.Context, req interface{}, info *grpc.UnaryServerInfo, handler grpc.UnaryHandler) (interface{}, error)
Click to show internal directories.
Click to hide internal directories.