package
1.0.5
Repository: https://github.com/nrxr/rabbit.git
Documentation: pkg.go.dev

# Functions

Address receives an URL string value passed for the server connection string of Rabbit's.
Logger receives a standard log.Logger interface to use as a logger.
New returns an initialized and connected *Server using the environment variables as values.
ReconnectionLimits receives an integer of how many times to attempt to reconnect.

# Constants

No description provided by the author

# Structs

A Server represents a RabbitMQ connection and it's states.

# Type aliases

An Option represents an optional value that can be passed to the New constructor of Server.