Documentation ¶
Index ¶
Constants ¶
View Source
const ( ExchangeDirect = "direct" ExchangeFanout = "fanout" ExchangeTopic = "topic" ExchangeHeaders = "headers" )
Message Exchange Types
Variables ¶
View Source
var ( // ErrUnresolvedRabbitError unresolvable rabbit error ErrUnresolvedRabbitError = errors.New("unresolvable rabbit error") )
Functions ¶
func ExchangeTypeToString ¶
func ExchangeTypeToString(exchangeType interfaces.ExchangeType) string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.