//
pkg.gl
Category
github.com/wethedevelop/account
model
package
0.0.0-20210707033638-54fccd29c704
Repository:
https://github.com/wethedevelop/account.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
3
Files
120 SLOC
#
Functions
CheckRegistered
CheckRegistered 同用户名检测.
Database
Database 在中间件中初始化mysql链接.
GetUser
GetUser 用ID获取用户.
#
Constants
Active
Active 激活用户.
Inactive
Inactive 未激活用户.
PassWordCost
PassWordCost 密码加密难度.
Suspend
Suspend 被封禁用户.
#
Variables
DB
DB 数据库链接单例.
#
Structs
User
User 用户模型.