Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct {
Title string `json:"title"`
Content string `json:"content"`
Origin string `json:"origin"`
}
struct that represents message being passed
type MessageEnvelope ¶
wrapper around message with additional information
Click to show internal directories.
Click to hide internal directories.