package
0.0.3
Repository: https://github.com/siriusscan/go-api.git
Documentation: pkg.go.dev

# Functions

Listen listens to a RabbitMQ queue specified by qName and processes messages using the provided messageProcessor function.
Send sends a message to a RabbitMQ queue specified by qName.

# Constants

No description provided by the author

# Type aliases

MessageProcessor is a type for functions that can process messages.