package
Version:
v1.0.5
Opens a new window with list of versions in this module.
Published: Jan 8, 2025
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 User struct {
gorm.Model
Uid string `json:"uid" gorm:"type:char(40);not null;uniqueIndex"`
Password string `json:"password" gorm:"type:varchar(100);not null"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.