Documentation
¶
Index ¶
- func Active(code string) (*model.User, error)
- func Create(uname, pwd, email string, isActive, isAdmin bool) (*model.User, error)
- func GetByID(uid uint64) (*model.User, error)
- func GetByRands(rands string) (*model.User, error)
- func GetByUserName(uname string) (*model.User, error)
- func Signin(emailOrName, pwd string) (*model.User, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.