Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Builder ¶
Builder defines the builder function
func (*Builder) BuildMessageHeaders ¶
BuildMessageHeaders builds message headers for rabbitMQ
type Message ¶
type Message struct { RoutingKey string Priority uint8 Body MessageBody }
Message is the amqp request to publish
type MessageBody ¶
type MessageBody struct {
Data []byte
}
MessageBody is the struct for the body passed in the AMQP message. The type will be set on the Request header
Click to show internal directories.
Click to hide internal directories.