Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Lyrics ¶
type Lyrics struct {
PublicId string `json:"-"`
SongName string `json:"song_name"`
ArtistName string `json:"artist_name,omitempty"`
AlbumName string `json:"album_name,omitempty"`
// Parts holds the lines of the lyrics.
Parts []string `json:"parts"`
// Synced similar to [Lyrics.Parts] but instead of plain lines, it has time stamps syncs for the line.
Synced map[string]string `json:"synced,omitempty"`
}
Lyrics holds lyrics fetched by a provider.
Click to show internal directories.
Click to hide internal directories.