Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type User ¶
type User struct { ID bson.ObjectId `bson:"_id,omitempty" json:"_id"` Mail string `json:"mail"` Name string `json:"name"` Password string `json:"password"` Roles []string `json:"roles"` Surname string `json:"surname"` Username string `json:"username"` Token string `json:"token"` }
Data model
Click to show internal directories.
Click to hide internal directories.