Documentation
¶
Overview ¶
Package that contains definitions of different types, that is shared between packages.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CategoryType ¶
type CategoryType int
Category enum-like constants. Consistent with database definitions.
const ( CategoryGenre CategoryType = iota + 1 // Database value for Genre. CategoryPublisher // Database value for Publisher. CategoryTranslator // Database value for Translator. )
Click to show internal directories.
Click to hide internal directories.