package
Version:
v0.0.0-...-7d4ff55
Opens a new window with list of versions in this module.
Published: Jan 19, 2023
License: GPL-3.0
Opens a new window with license information.
Imports: 4
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
Username string `gorm:"size:255;not null;unique" json:"username"`
Password string `gorm:"size:255;not null;" json:"password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.