package
0.0.0-20210927194032-73ad61d1620e
Repository: https://github.com/neowaylabs/wabbit.git
Documentation: pkg.go.dev

# Functions

Dial connects to an AMQP broker, with defaults.
DialConfig connects to an AMQP broker, with custom config.
DialTLS connects to an AMQP broker, with TLS config.
No description provided by the author

# Structs

Channel is a wrapper channel structure for amqp.Channel.
No description provided by the author
Conn is the amqp connection.
No description provided by the author
No description provided by the author
Queue is a wrapper for "rabbitmq/amqp091-go".Queue but implementing the wabbit.Queue interface.