Documentation
¶
Index ¶
Constants ¶
View Source
const ENTITY_SONG_NAME = "Song"
View Source
const RESOURCE_SONG_PATH = "/rest/song/"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SongData ¶
type SongData struct {
// Title
Title string
// Subtitles of the song
SubTitles []string
// Artists of the song
Artists []string
// Authors
Authors []string
// Compositors
Compositors []string
// Album of the song
Album string
// Year the song has been created
Year string
// User that posted the song
CreationUser string
// Creation Time
CreationTime time.Time
// Original data of the song
Data string `datastore:",noindex"`
}
Click to show internal directories.
Click to hide internal directories.