# Functions
No description provided by the author
No description provided by the author
Initialization shows an initialization sequence with a custom recovery handler func.
Initialization shows an initialization sequence with a custom recovery handler func.
Initialization shows an initialization sequence with a custom recovery handler func.
StreamServerInterceptor returns a new streaming server interceptor for panic recovery.
UnaryServerInterceptor returns a new unary server interceptor for panic recovery.
WithStreamRecoveryHandler customizes the function for recovering from a panic.
WithUnaryRecoveryHandler customizes the function for recovering from a panic.
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
RecoveryHandlerFunc is a function that recovers from the panic `p` by returning an `error`.