Documentation ¶
Index ¶
- func AlbumHandler(response http.ResponseWriter, request *http.Request)
- func CSSHandler(response http.ResponseWriter, request *http.Request)
- func CachedTwitchGetSongs(fromFile bool) (songlist []twitchSingsSong, err error)
- func CompareTrackList(cli UserData)
- func DownloadAlbum(aid string)
- func DownloadPlaylist(pid string)
- func HandleHTTP()
- func HomeHandler(response http.ResponseWriter, request *http.Request)
- func InitAuth() spotify.Client
- func NotFoundHandler(response http.ResponseWriter, request *http.Request)
- func PlaylistHandler(response http.ResponseWriter, request *http.Request)
- func SpotifyArtistsAsString(artists []spotify.SimpleArtist) string
- func SpotifyGetPlaylistTracks(pid string) []spotify.FullTrack
- func TwitchGetSongs() (songlist []twitchSingsSong, err error)
- type MatchType
- type UserData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AlbumHandler ¶
func AlbumHandler(response http.ResponseWriter, request *http.Request)
func CSSHandler ¶
func CSSHandler(response http.ResponseWriter, request *http.Request)
func CachedTwitchGetSongs ¶
func CompareTrackList ¶
func CompareTrackList(cli UserData)
CompareTrackList Start downloading given list of tracks
func DownloadPlaylist ¶
func DownloadPlaylist(pid string)
DownloadPlaylist Start initializes complete program
func HandleHTTP ¶
func HandleHTTP()
func HomeHandler ¶
func HomeHandler(response http.ResponseWriter, request *http.Request)
func NotFoundHandler ¶
func NotFoundHandler(response http.ResponseWriter, request *http.Request)
func PlaylistHandler ¶
func PlaylistHandler(response http.ResponseWriter, request *http.Request)
func SpotifyArtistsAsString ¶
func SpotifyArtistsAsString(artists []spotify.SimpleArtist) string
func TwitchGetSongs ¶
func TwitchGetSongs() (songlist []twitchSingsSong, err error)
Types ¶
Click to show internal directories.
Click to hide internal directories.