package
Version:
v0.0.0-...-cc0ac09
Opens a new window with list of versions in this module.
Published: Jun 25, 2024
License: MIT
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
¶
const (
AdminRole Role = "admin"
UserRole Role = "user"
)
type User struct {
gorm.Model
ID uuid.UUID `gorm:"type:uuid;primary_key;default:uuid_generate_v4()"`
Email string `gorm:"unique;not null"`
Username string `gorm:"unique;not null"`
FullName string `gorm:"not null"`
UserRole Role `gorm:"default:user"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.