Documentation
¶
Overview ¶
Package models contains data storage models (i.e database).
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Account ¶
type Account struct {
ID int
Name string
Password string
Email string
SuperString SuperString
ReversedString string
}
Account represents the data model for account.
type SuperString ¶
type SuperString string
Click to show internal directories.
Click to hide internal directories.