Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct {
// ID message identifier for recorded messages on the server.
ID string
// Body contains the content of the message.
Body []byte
// Metadata has key/value pairs describing the message.
Metadata map[string]string
}
Message is data that moves around between client and server.
Click to show internal directories.
Click to hide internal directories.