# Functions
StreamServerInterceptor returns a new streaming server interceptor for panic recovery.
UnaryServerInterceptor returns a new unary server interceptor for panic 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`.