Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consumer ¶
type Consumer struct {
Url string
Exchange *Exchange
Queue *Queue
BindingKey []string
// contains filtered or unexported fields
}
func (*Consumer) Consume ¶
func (c *Consumer) Consume(cb ConsumerCallback) error
type ConsumerCallback ¶
Click to show internal directories.
Click to hide internal directories.