Documentation
¶
Index ¶
- Variables
- type Message
- type MessageBody
- type Queue
- type RabbitMQ
- func (c *RabbitMQ) BindQueue(key string) (q amqp.Queue, err error)
- func (c *RabbitMQ) Close() error
- func (c *RabbitMQ) Connect() error
- func (c *RabbitMQ) HandleConsumedDeliveries(key string, handle func(payload map[string]interface{}) error)
- func (c *RabbitMQ) Publish(key string, message []byte, attempts int32) error
- func (c *RabbitMQ) Reconnect() error
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ProcessSyncLog = "log.insert" ProcessExample = "example.consumer" )
Functions ¶
This section is empty.
Types ¶
type MessageBody ¶
Click to show internal directories.
Click to hide internal directories.