Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { Id int64 `json:"id"` Name string `json:"name"` Cnname string `json:"cnname"` Passwd string `json:"-"` Email string `json:"email"` Phone string `json:"phone"` IM string `json:"im" orm:"column(im)"` QQ string `json:"qq" orm:"column(qq)"` Role int `json:"role"` Created time.Time `json:"-" orm:"-"` }
Click to show internal directories.
Click to hide internal directories.