package
Version:
v0.0.0-...-f463d71
Opens a new window with list of versions in this module.
Published: May 31, 2021
License: AGPL-3.0
Opens a new window with license information.
Imports: 3
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:"column:username" json:"username"`
Password string `gorm:"column:password" json:"password"`
Age string `gorm:"column:age" json:"age"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.