package
Version:
v2.0.3-beta
Opens a new window with list of versions in this module.
Published: Dec 22, 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 Users struct {
gorm.Model
Name string `json:"name,omitempty" gorm:"index"`
Username string `json:"username,omitempty" gorm:"unique"`
PasswordEnc string `json:"peassword_enc,omitempty"`
}
Edit this models
Source Files
¶
Click to show internal directories.
Click to hide internal directories.