//
pkg.gl
Category
github.com/botchris/go-pubsub
middleware
recovery
package
1.2.4
Repository:
https://github.com/botchris/go-pubsub.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
0
Files
55 SLOC
#
Functions
NewRecoveryMiddleware
NewRecoveryMiddleware returns a new middleware that recovers from panics when publishing to topics or delivering to handlers.
#
Type aliases
HandlerFunc
HandlerFunc is a function that recovers from the panic `p` by returning an `error` message.