package
2.0.2
Repository: https://github.com/ian-mi/sdk-go.git
Documentation: pkg.go.dev

# 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.

# Structs

Message implements binding.Message by wrapping an *amqp.Message.
No description provided by the author

# Type aliases

Option is the function signature required to be considered an amqp.Option.
amqp.Sender options.