package
Version:
v0.3.4
Opens a new window with list of versions in this module.
Published: Apr 29, 2022
License: GPL-3.0, MIT-0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package models contains data storage models (i.e database).
Account represents the data model for account.
type User struct {
UserID int
Username string
}
A User represents the data model for a user.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.