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
Username string `xorm:"varchar(20) not null unique"`
Password string `xorm:"varchar(20) not null"`
Secret string `xorm:"char(32) not null"`
Cellphone string `xorm:"varchar(20) not null unique"`
Email string `xorm:"varchar(20)"`
CreatedTime time.Time `xorm:"not null 'created_time'"`
UpdatedTime time.Time `xorm:"not null 'updated_time'"`
}
Click to show internal directories.
Click to hide internal directories.