Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Name ¶
type Name string
Name represents lyrics finding providers to choose from when doing a lyrics search.
const ( // Dank pass this to [GetSongLyrics] to use DankLyrics as a lyrics provider. Dank Name = "dank" // Genius pass this to [GetSongLyrics] to use Genius as a lyrics provider. Genius Name = "genius" // LyricFind pass this to [GetSongLyrics] to use LyricFind as a lyrics provider. LyricFind Name = "lrc" )
type SearchParams ¶
SearchParams holds the search criteria to find a song from a provider.
Click to show internal directories.
Click to hide internal directories.