Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Message ¶
type Message struct { mgm.DefaultModel `bson:",inline"` UserID string CreatedAt time.Time ChannelID string Content string // contains filtered or unexported fields }
func (*Message) CollectionName ¶
func (*Message) MarshalToPB ¶
func (*Message) SetupMessage ¶
func (m *Message) SetupMessage()
func (*Message) WaitForSave ¶
func (m *Message) WaitForSave()
type User ¶
type User struct { ID string Token string Email string Salt []byte `json:"-"` Password []byte `json:"-"` Username string Discriminator string Servers []string Friends []string Activity Activity Settings UserSettings }
User is the current datatype for fenix users.
type UserSettings ¶
type UserSettings struct { }
A UserSettings struct is a nice grouping of all current settings a user has
Click to show internal directories.
Click to hide internal directories.