package
Version:
v0.0.0-...-bcfd2cf
Opens a new window with list of versions in this module.
Published: Mar 10, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Model struct {
gorm.Model
UserID uuid.UUID `json:"user_id" gorm:"primarykey;index;unique;not null"`
Theme string `json:"theme" gorm:"index;default:blue"`
Gravity bool `json:"gravity" gorm:"default:true"`
}
Model preferences struct with validation
TableName defines default table name
Source Files
¶
Click to show internal directories.
Click to hide internal directories.