package
Version:
v0.0.0-...-bd1f57a
Opens a new window with list of versions in this module.
Published: Aug 16, 2023
License: Apache-2.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 Users struct {
BaseModel
Username string `json:"username" gorm:"unique"`
FullName string `json:"full_name"`
Password string `json:"-"`
Items []Items `json:"items"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.