Categorygithub.com/shjp/shjp-queue
modulepackage
1.0.0
Repository: https://github.com/shjp/shjp-queue.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

NewClient instantiates a new RabbitMQ client.
NewConsumer creates a new consumer client.
NewProducer instantiates a new producer.

# Structs

Client abstracts the RabbitMQ interactions.
Consumer is a wrapper around RabbitMQ client to abstract consumer operations.
Producer wraps the RabbitMQ client to abstract producer operations.

# Type aliases

HandleMessage is a callback function to handle when a message is consumed.