recovery

package
v0.2.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrUnknownRequest = errors.New("unknown request error")

ErrUnknownRequest is unknown request error.

Functions

func Recovery

func Recovery(opts ...Option) middleware.Middleware

Recovery is a server middleware that recovers from any panics.

Types

type HandlerFunc

type HandlerFunc func(ctx context.Context, req, err interface{}) error

HandlerFunc is recovery handler func.

type Option

type Option func(*options)

Option is recovery option.

func WithHandler

func WithHandler(h HandlerFunc) Option

WithHandler with recovery handler.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL