Documentation ¶ Index ¶ type Message Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Message ¶ type Message struct { Type string // Multiple types From string To string Clientlist []string // List of clients, used for when you join the network PageId int Content int // content of the page } Source Files ¶ View all Source files message.go Click to show internal directories. Click to hide internal directories.