Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) GetPassword ¶
type Message ¶
type Message struct { Type string `json:"type"` Action string `json:"action"` Room *Room `json:"room"` Body string `json:"body"` Sender *Client `json:"sender"` }
func (*Message) UnmarshalJSON ¶
type Room ¶
type Room struct { store.Room Private bool `json:"private"` // contains filtered or unexported fields }
func (*Room) GetDescription ¶
func (*Room) GetOwnerId ¶
func (*Room) GetPrivate ¶
Click to show internal directories.
Click to hide internal directories.