Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Consumer ¶
type Consumer struct {
// contains filtered or unexported fields
}
func NewConsumer ¶
type ConsumerCfg ¶
type ConsumerCfg struct {
// contains filtered or unexported fields
}
type Producer ¶
type Producer struct {
// contains filtered or unexported fields
}
func NewProducer ¶
func NewProducer(amqpServerUrl string, queueName string, queueSend chan amqp.Publishing, cfg *PublisherCfg) *Producer
type PublisherCfg ¶
type PublisherCfg struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.