package
1.2.4
Repository: https://github.com/botchris/go-pubsub.git
Documentation: pkg.go.dev

# Functions

NewRecoveryMiddleware returns a new middleware that recovers from panics when publishing to topics or delivering to handlers.

# Type aliases

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