Categorygithub.com/go-mixins/nsq
modulepackage
0.2.2
Repository: https://github.com/go-mixins/nsq.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
Recover provides simple middleware that calls specified handler in case of panic and returns its result as a result of handler execution.

# Constants

Log levels from go-nsq package to reduce import footprint.
Log levels from go-nsq package to reduce import footprint.
Log levels from go-nsq package to reduce import footprint.
Log levels from go-nsq package to reduce import footprint.

# Structs

Queue combines NSQ message producer and consumer into one object.
No description provided by the author

# Interfaces

Logger provides basic log output functions for all levels used in nsq.
No description provided by the author
No description provided by the author
No description provided by the author

# Type aliases

Middleware is a handler modifier function.
MiddlewareChain is a sequentially applied Middleware.