Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct {
ID uint64 `json:"id"`
Telephone string `json:"telephone"`
Password string `json:"password"`
RealName string `json:"real_name"`
Avatar string `json:"avatar"`
Nickname string `json:"nickname"`
Gender uint8 `json:"gender"`
Birthday time.Time `json:"birthday"`
Status model.BinaryStatus `json:"status"`
}
func UserFromModel ¶
func UserListFromModel ¶
Click to show internal directories.
Click to hide internal directories.