Documentation ¶
Index ¶
Constants ¶
View Source
const ( UsersStatusOK UsersStatusBlock UsersStatusDelete )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Users ¶
type Users struct { UserID string `gorm:"column:userid" json:"userid"` Nickname string `gorm:"column:nickname" json:"nickname"` Email string `gorm:"column:email" json:"email"` Password string `gorm:"column:password" json:"-"` Status int `gorm:"column:status" json:"status"` CreatedAt time.Time `gorm:"column:createdat" json:"-"` UpdatedAt time.Time `gorm:"column:updatedat" json:"-"` }
Click to show internal directories.
Click to hide internal directories.