Documentation
¶
Index ¶
Constants ¶
View Source
const MAGIC_NUMBER = 0x01535156 // VQS (0x56 0x51 0x53) Followed By 0x01 (version 1) in reversed order becase we use little endianness
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { Id string Body string Attributes map[string]Attribute SystemAttributes map[string]Attribute DelaySeconds uint16 }
func NewMessage ¶
type Queues ¶
func LoadQueues ¶
func LoadQueues() *Queues
func (*Queues) CloseQueues ¶
func (qs *Queues) CloseQueues()
func (*Queues) CreateDefaultQueue ¶
func (*Queues) CreateQueue ¶
Click to show internal directories.
Click to hide internal directories.