Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type User ¶
type User struct { gorm.Model UserID string `gorm:"uniqueIndex"` Password string // formatted with hash, see storageFormat in passwords.go OTPSecret string OrgID string ProcedureID int }
Click to show internal directories.
Click to hide internal directories.