Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type QueueConnection ¶
type QueueDto ¶
type RabbitConnection ¶
type RabbitConnection struct {
// contains filtered or unexported fields
}
func (*RabbitConnection) Consume ¶
func (rc *RabbitConnection) Consume(cdto chan<- QueueDto) error
func (*RabbitConnection) Publish ¶
func (rc *RabbitConnection) Publish(body []byte) error
Click to show internal directories.
Click to hide internal directories.