//
pkg.gl
Category
github.com/devexps/go-micro/v2
middleware
recovery
package
2.0.7
Repository:
https://github.com/devexps/go-micro.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
6
Dependents
1
Files
47 SLOC
#
Functions
Recovery
Recovery is a server middleware that recovers from any panics.
WithHandler
WithHandler with recovery handler.
#
Variables
ErrUnknownRequest
ErrUnknownRequest is unknown request error.
#
Structs
Latency
Latency is recovery latency context key.
#
Type aliases
HandlerFunc
HandlerFunc is recovery handler func.
Option
Option is recovery option.