package
Version:
v0.0.0-...-5b5ecee
Opens a new window with list of versions in this module.
Published: Apr 28, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type PasswordReset struct {
gorm.Model
UserID uint `gorm:"not null"`
Token string `gorm:"not null,unique_index"`
}
PasswordReset domain
Source Files
¶
Click to show internal directories.
Click to hide internal directories.