Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { g.Meta `orm:"table:user, do:true"` Id interface{} // User ID Passport interface{} // User Passport Password interface{} // User Password Nickname interface{} // User Nickname CreateAt *gtime.Time // Created Time UpdateAt *gtime.Time // Updated Time }
User is the golang structure of table user for DAO operations like Where/Data.
Click to show internal directories.
Click to hide internal directories.