Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UserAclCheck ¶
Types ¶
type User ¶
type User struct { Id int64 `gorm:"primaryKey"` Name string `gorm:"unique;size:50;comment:用户名"` Password string `gorm:"size:32;comment:用户密码"` Status int `gorm:"comment:状态"` Created time.Time `gorm:"autoCreateTime;comment:创建时间"` CreatedUnix int64 `gorm:"autoCreateTime;comment:创建时间"` Updated time.Time `gorm:"autoCreateTime;comment:更新时间"` UpdatedUnix int64 `gorm:"autoCreateTime;comment:更新时间"` }
func UserGetByName ¶
Click to show internal directories.
Click to hide internal directories.