Documentation ¶
Index ¶
Constants ¶
View Source
const ( Yes string = "yes" No string = "no" NotApplicable string = "n/a" )
Variables ¶
This section is empty.
Functions ¶
func RegisterHandlers ¶
func RegisterHandlers(app *pocketbase.PocketBase)
RegisterHandlers registers all the handlers for the application. It takes a pointer to a PocketBase instance and initializes the cache. The cache is used to store frequently accessed data for faster access. The cache is automatically cleaned up every 30 minutes.
Types ¶
type BioExcerptDTO ¶ added in v0.17.0
type Century ¶
type Century struct { Century string Composers []Composer_source }
type Composer_seed ¶
type Composer_seed struct { ID string `db:"id" json:"id"` Name string `db:"name" json:"name"` Date string `db:"date" json:"date"` Language string `db:"language" json:"language"` Century string `db:"century" json:"century"` Songs []Song_seed `db:"songs" json:"songs"` }
func GetParsedMusics ¶
func GetParsedMusics() []Composer_seed
type Composer_source ¶
type Grouped_music_list ¶
type Grouped_music_list struct { Century string Composers []shape.Music_composer }
func GroupAndSortMusicByCentury ¶
func GroupAndSortMusicByCentury(musicList []shape.Music_composer) []Grouped_music_list
Source Files ¶
Click to show internal directories.
Click to hide internal directories.