Documentation ¶
Index ¶
- Constants
- func BytesToString(b *[]byte) *string
- type AmqpClient
- type Channel
- func (chn *Channel) Connect(p *properties) (err error)
- func (chn *Channel) PublishDirect(exchange, queueName, mgsConnect, key string) error
- func (chn *Channel) PublishFanout(exchange, mgsConnect string) error
- func (chn *Channel) Receive(queueName string) (*string, error)
- func (chn *Channel) ReceiveFanout(queueName, exchange string) (*string, error)
Constants ¶
View Source
const Profile = "amqp"
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.