Documentation ¶
Overview ¶
a queue system to transfer transactions
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Bus busses
the instance
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { Command string // type of packed data Parameters [][]byte // array of parameters }
message to put into a queue
Click to show internal directories.
Click to hide internal directories.