Documentation ¶
Overview ¶
Package handlers includes common HandlerFuncs that can be used around the gRPC environment.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PanicRecovery ¶
func PanicRecovery(ctx context.Context, handler slog.Handler, callbacks ...func(context.Context)) recovery.RecoveryHandlerFunc
PanicRecovery returns handler of the panics, that logs the panic and call stack. It take optional argument called callbacks, that are functions, e.g. wrapping incrementing the panicMetric.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.