Documentation
¶
Index ¶
Constants ¶
View Source
const ( MESSAGE_TYPE_COUNTRY = "COUNTRY" MESSAGE_TYPE_CONTEXT = "CONTEXT" MESSAGE_TYPE_CHAT = "CHAT" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Message ¶
type Message struct { Sender string `json:"sender"` Type int `json:"type"` Body MessageBody `json:"body"` }
type MessageBody ¶
Click to show internal directories.
Click to hide internal directories.