Documentation
¶
Overview ¶
Package handler implements handler for objects returned recovery() function.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrorHandler ¶
type ErrorHandler func(err error)
type Info ¶
type Info struct {
Any any
ErrorTracer io.Writer
PanicTracer io.Writer
NilHandler
ErrorHandler
PanicHandler
}
type NilHandler ¶
type NilHandler func()
type PanicHandler ¶
type PanicHandler func(p any)
Click to show internal directories.
Click to hide internal directories.