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 Data struct {
ID int
}
Data represents a piece of data.
User represents the data model for a user.
type UserData struct {
Options map[string]interface{}
Data Data
}
UserData represents data owned by the user.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.