package
Version:
v0.0.0-...-2b1565b
Opens a new window with list of versions in this module.
Published: Apr 11, 2022
License: MIT
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
¶
type Tag struct {
gorm.Model
Name string `gorm:"type:varchar(255);unique"`
}
type User struct {
gorm.Model
Username string `gorm:"type:varchar(255);unique"`
Password string `gorm:"type:varchar(255)"`
ApiToken string `gorm:"type:varchar(255)"`
ApiTokenExpiresAt time.Time
IsAdmin bool
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.