Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Users ¶
type Users struct { Id int64 `json:"id"` Username string `json:"username"` Nickname string `json:"nickname"` Phone string `json:"phone"` Email string `json:"email"` Gender int8 `json:"gender"` RoleId string `json:"role_id"` Enable int8 `json:"enable"` CreatedAt string `json:"created_at"` UpdatedAt string `json:"updated_at"` }
Click to show internal directories.
Click to hide internal directories.