package
Version:
v0.0.0-...-2f6fd82
Opens a new window with list of versions in this module.
Published: Feb 25, 2023
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
¶
type User struct {
gorm.Model
Email string `json:"username" gorm:"unique;" validate:"required,email,min=6,max=32"`
Password string `json:"-" gorm:"type:text;" validate:"required,min=6"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.