Documentation
¶
Index ¶
- func SetHealthCheckMethodName(methodName string)
- func StreamAuditServiceRequest() grpc.StreamServerInterceptor
- func StreamAuthentication() grpc.StreamServerInterceptor
- func StreamLogRequestCanceled() grpc.StreamServerInterceptor
- func UnaryAuditServiceRequest() grpc.UnaryServerInterceptor
- func UnaryAuthentication() grpc.UnaryServerInterceptor
- func UnaryLogRequestCanceled() grpc.UnaryServerInterceptor
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetHealthCheckMethodName ¶
func SetHealthCheckMethodName(methodName string)
SetHealthCheckMethodName changes the default health check method name
func StreamAuditServiceRequest ¶
func StreamAuditServiceRequest() grpc.StreamServerInterceptor
Logging request information for Stream requests
func StreamAuthentication ¶
func StreamAuthentication() grpc.StreamServerInterceptor
func StreamLogRequestCanceled ¶
func StreamLogRequestCanceled() grpc.StreamServerInterceptor
Log the request that has been cancelled by the client during the Stream request The request can be cancelled for many reasons, including timeout exceeded
func UnaryAuditServiceRequest ¶
func UnaryAuditServiceRequest() grpc.UnaryServerInterceptor
Logging request information for Unary requests
func UnaryAuthentication ¶
func UnaryAuthentication() grpc.UnaryServerInterceptor
func UnaryLogRequestCanceled ¶
func UnaryLogRequestCanceled() grpc.UnaryServerInterceptor
Log the request that has been cancelled by the client during the Unary request The request can be cancelled for many reasons, including timeout exceeded
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.