package
0.0.0-20211026064719-2ba4c8db66aa
Repository: https://github.com/soyacen/easypubsub.git
Documentation: pkg.go.dev

# Functions

CustomRecovery returns a middleware that recovers from any panics and calls the provided handle func to handle it.
No description provided by the author
Recovery returns a middleware that recovers from any panics.
Timeout add a timeout context to msg.

# Type aliases

RecoveryHandlerFunc is a function that recovers from the panic `p` by returning an `error`.