Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClientLogger ¶
func NewClientLogger( opts ...Option) grpc.UnaryClientInterceptor
NewClientLogger provides a UnaryClientInterceptor that can be configured to log both request and response data.
func NewServerLogger ¶
func NewServerLogger( opts ...Option) grpc.UnaryServerInterceptor
NewServerLogger returns a new UnaryServerInterceptor that can be configured to log both request and response data.
Types ¶
type Option ¶
type Option func(*opts)
Option configures the logging interceptor.
func WithRequestLogging ¶
WithRequestLogging is a Option that enables request logging for the logging interceptor.
func WithResponseLogging ¶
WithResponseLogging is a Option that enables response logging for the logging interceptor.
Click to show internal directories.
Click to hide internal directories.