Documentation ¶
Overview ¶
Package dto consists of data transfer objects or entities.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Fav ¶
type Fav struct { ID string Type wizard.FieldType File *wizard.File Text *wizard.Txt Location *wizard.LocData }
Fav is a favorite. https://github.com/kozalosev/SadFavBot/wiki/Glossary#fav
type UserOptions ¶
type UserOptions struct {
SubstrSearchEnabled bool
}
UserOptions stored in the database.
Click to show internal directories.
Click to hide internal directories.