Documentation ¶
Index ¶
Constants ¶
View Source
const ( AppID = "hephaestus" MandatoryDelivery = true ImmediateDelivery = false ExchangeType = "direct" ExchangeDurable = true ExchangeAutoDelete = false ExchangeInternal = false ExchangeNoWait = false QueueDurable = true QueueAutoDelete = false QueueExclusive = false QueueNoWait = false )
Variables ¶
This section is empty.
Functions ¶
func IsNotFound ¶
Types ¶
type ChannelManager ¶
type Client ¶ added in v0.1.14
type Client struct {
// contains filtered or unexported fields
}
func (*Client) Publish ¶ added in v0.1.14
func (p *Client) Publish(opts PublishOptions) error
type PublishOptions ¶
type Publisher ¶
type Publisher interface { Publish(PublishOptions) error Close() error }
Click to show internal directories.
Click to hide internal directories.