Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AmqpClient ¶
type AmqpClient interface {
DialConfig(config DialConfig) (Connection, error)
}
func NewAmqpClient ¶
func NewAmqpClient(logger *zap.Logger) AmqpClient
type Connection ¶
type DeferredConfirmation ¶
type DeferredConfirmation interface { Done() <-chan struct{} Acked() bool }
Click to show internal directories.
Click to hide internal directories.