Documentation
¶
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
Trace 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.