Documentation ¶
Index ¶
Constants ¶
View Source
const ( ExchangeTyeDirect = "direct" ExchangeTypeFanout = "fanout" ExchangeTypeTopic = "topic" ExchangeTypeHeaders = "headers" DefaultExchangeType = ExchangeTypeTopic )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Conn ¶
type Conn struct { Config *rabbitmq.Config *amqp.Connection }
func NewConnWithConfig ¶
NewConnWithConfig returns a new *Conn with given config
func NewConnWithDefault ¶
NewConnWithDefault returns a new *Conn with default values
Click to show internal directories.
Click to hide internal directories.