Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SlogErrorHandler ¶
type SlogErrorHandler struct{}
SlogErrorHandler reports handled errors through the process slog logger.
func NewSlogErrorHandler ¶
func NewSlogErrorHandler() *SlogErrorHandler
NewSlogErrorHandler creates the application error handler.
func (SlogErrorHandler) Handle ¶
func (SlogErrorHandler) Handle(err error)
func (SlogErrorHandler) HandleContext ¶
func (SlogErrorHandler) HandleContext(ctx context.Context, err error)
Click to show internal directories.
Click to hide internal directories.