# Functions
New creates a new amqp transport.
Wrap an *amqp.Message in a binding.Message.
Create a new Receiver which wraps an amqp.Receiver in a binding.Receiver.
Create a new Sender which wraps an amqp.Sender in a binding.Sender.
WithConnOpt sets a connection option for amqp.
WithConnSASLPlain sets SASLPlain connection option for amqp.
WithReceiverLinkOption sets a link option for amqp.
WithSenderLinkOption sets a link option for amqp.
WithSessionOpt sets a session option for amqp.
Add a transformer, which Sender uses while encoding a binding.Message to an amqp.Message.
Fill the provided amqpMessage with the message m.
# Type aliases
Option is the function signature required to be considered an amqp.Option.
amqp.Sender options.