Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateUser ¶
Types ¶
type UserEntity ¶
type UserEntity struct {
Id int32 `用户自增ID`
Username string `用户名`
Password string `用户密码,32位`
Salt string `用户的随机盐值,8位`
Add_time string `创建时间`
Status int8 `用户状态,0禁用;1正常`
Last_ip string `最后一次登录IP`
}
func GetUserPass ¶
func GetUserPass(username string) (*UserEntity, error)
Click to show internal directories.
Click to hide internal directories.