package
Version:
v0.0.0-...-6f06d93
Opens a new window with list of versions in this module.
Published: Jan 17, 2023
License: MIT
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type User struct {
gorm.Model
Email string `gorm:"size:255;unique"`
Username string `gorm:"size:255;unique;not null" json:"username"`
Password string `gorm:"size:255" json:"password"`
Phone string
PlexID string
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.