package
Version:
v0.5.2
Opens a new window with list of versions in this module.
Published: Oct 20, 2023
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type User struct {
model.BaseModel
ID int `json:"id" db:"id,primary,autoincrement"`
Username string `json:"username" db:"username"`
Password []byte `json:"-" db:"-"`
PasswordHash []byte `json:"-" db:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.