package
Version:
v0.0.0-...-4f392d0
Opens a new window with list of versions in this module.
Published: Jan 21, 2019
License: GPL-3.0
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func ResetUserPass(username, password string) bool
type Auth struct {
ID int `gorm:"primary_key" json:"id"`
Username string `json:"username"`
Password string `json:"password"`
}
type Model struct {
ID int `gorm:"primary_key" json:"id"`
CreatedOn int `json:"created_on"`
ModifiedOn int `json:"modified_on"`
}
定义基础的 Model 实例
Source Files
¶
Click to show internal directories.
Click to hide internal directories.