package
Version:
v0.0.0-...-a36e7e9
Opens a new window with list of versions in this module.
Published: Dec 10, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type OTP struct {
gorm.Model
UserID uint `gorm:"not null"`
Code string `gorm:"not null"`
ExpiresAt time.Time `gorm:"not null"`
IsValid bool `gorm:"default:true"`
User models.User `gorm:"foreignKey:UserID;references:ID;constraint:OnDelete:CASCADE;"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.