package
Version:
v0.0.0-...-5c067b0
Opens a new window with list of versions in this module.
Published: Mar 6, 2025
License: AGPL-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.