Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringIdToSpotifyId ¶
func StringIdToSpotifyId(id string) spotify.ID
func StringIdsToSpotifyIds ¶
func StringIdsToSpotifyIds(ids []string) []spotify.ID
Types ¶
type SpotifyClient ¶
type SpotifyClient struct {
// contains filtered or unexported fields
}
func NewClient ¶
func NewClient() *SpotifyClient
func (*SpotifyClient) OnLoginSuccess ¶
func (c *SpotifyClient) OnLoginSuccess(ch chan *spotify.Client, auth *spotifyAuth.Authenticator, tok *oauth2.Token)
func (*SpotifyClient) RemoveDuplicatesFromAllPlaylists ¶
func (c *SpotifyClient) RemoveDuplicatesFromAllPlaylists()
func (*SpotifyClient) RemoveDuplicatesFromPlaylistsById ¶
func (c *SpotifyClient) RemoveDuplicatesFromPlaylistsById(ids []spotify.ID)
Click to show internal directories.
Click to hide internal directories.