package
Version:
v0.3.2
Opens a new window with list of versions in this module.
Published: Apr 25, 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).
type Account struct {
ID int `api:"id"`
Name string `api:"name"`
Password string
Email string `other:"email"`
}
Account represents the data model for account.
type User struct {
UserID int `api:"user_id"`
Username string `api:"username,omitempty"`
}
User represents the data model for a user.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.