The highest tagged major version is
v2.
package
Version:
v1.0.3
Opens a new window with list of versions in this module.
Published: Oct 29, 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.