Documentation ¶
Index ¶
Constants ¶
View Source
const ( // PassWordCost 密码加密难度 PassWordCost = 12 // Active 激活用户 Active string = "active" // Inactive 未激活用户 Inactive string = "inactive" // Suspend 被封禁用户 Suspend string = "suspend" )
Variables ¶
View Source
var DB *gorm.DB
DB 数据库链接单例
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.