Documentation ¶
Index ¶
- type RabbitMQ
- func (r *RabbitMQ) Close()
- func (r *RabbitMQ) ConnectMQ()
- func (r *RabbitMQ) GetExchange(exchange, kind string) error
- func (r *RabbitMQ) GetQueue(name string) (amqp.Queue, error)
- func (r *RabbitMQ) QueueBind(name, key, exchange string, noWait bool, args amqp.Table) error
- func (r *RabbitMQ) SendMsg(exchange, key string, msg []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.