package
Version:
v0.0.0-...-b5ec117
Opens a new window with list of versions in this module.
Published: Dec 9, 2022
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 {
ID uint `json:"id,omitempty" gorm:"primaryKey"`
Username string `json:"username"`
Password string `json:"password"`
CreatedAt int `json:"created_at,omitempty"`
Parameters []parameter.Parameter `gorm:"foreignKey:UserID"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.