package
0.4.3
Repository: https://github.com/donetkit/contrib-gin.git
Documentation: pkg.go.dev

# Functions

StreamServerInterceptor returns a new streaming server interceptor for panic grpc_recovery.
UnaryServerInterceptor returns a new unary server interceptor for panic grpc_recovery.
WithRecoveryHandler customizes the function for recovering from a panic.
WithRecoveryHandlerContext customizes the function for recovering from a panic.

# Type aliases

No description provided by the author
RecoveryHandlerFunc is a function that recovers from the panic `p` by returning an `error`.
RecoveryHandlerFuncContext is a function that recovers from the panic `p` by returning an `error`.