Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Xelckis/spotify-fs
/ functions
Functions
22 in github.com/Xelckis/spotify-fs
⨍
Functions
22
◇
Types & classes
18
↓ 8 callers
Method
Do
(req *http.Request)
pkg/spotify/spotify.go:47
↓ 6 callers
Function
StringInput
(question string, answer *string, optional bool)
main.go:25
↓ 2 callers
Method
GetNextPlaylist
(ctx context.Context, PlaylistID string)
pkg/spotify/spotify.go:435
↓ 2 callers
Function
NewDictionary
(ctx context.Context, password string, s *spotify.SpotifyClient)
pkg/crypto/crypto.go:140
↓ 2 callers
Function
initSpotify
()
main.go:37
↓ 1 callers
Method
AddToPlaylist
(ctx context.Context, musicURIS SpotifyAddPlaylist, playlistID string)
pkg/spotify/spotify.go:368
↓ 1 callers
Method
CreatePlaylist
(ctx context.Context, playlistInfo PlaylistInfo, oldPlaylistID string, playListCount int)
pkg/spotify/spotify.go:280
↓ 1 callers
Method
EditPlaylistDescription
(ctx context.Context, newPlaylistID, oldPlaylistID string)
pkg/spotify/spotify.go:208
↓ 1 callers
Method
GenerateSpotifyAuthLink
()
pkg/spotify/spotify.go:171
↓ 1 callers
Method
GetUserID
(ctx context.Context)
pkg/spotify/spotify.go:183
↓ 1 callers
Function
LoadMap
(path, password string)
pkg/crypto/crypto.go:75
↓ 1 callers
Function
NewAuthHandler
()
pkg/spotify/spotify.go:113
↓ 1 callers
Function
NewHttpServer
(authStruct *AuthSpotify)
pkg/spotify/spotify.go:158
↓ 1 callers
Function
NewRNGStringWithSeed
(length int, hash []byte, modifier uint64)
pkg/crypto/crypto.go:122
↓ 1 callers
Function
Reader
(startPlaylistID, filename, password, decoder string, s *spotify.SpotifyClient)
pkg/job/job.go:233
↓ 1 callers
Function
ReaderWorker
(ctx context.Context, s *spotify.SpotifyClient, jobs <-chan ReadJob, results chan<- ReadResult, readerdictiona
pkg/job/job.go:148
↓ 1 callers
Function
SaveMap
(path string, m map[string]byte, password string)
pkg/crypto/crypto.go:34
↓ 1 callers
Function
Writer
(s *spotify.SpotifyClient, filepath string, password string, playlistName string)
pkg/job/job.go:68
↓ 1 callers
Function
WriterWorker
(ctx context.Context, s *spotify.SpotifyClient, job <-chan WriteJob, writerdictionary map[byte]string, wg *syn
pkg/job/job.go:41
Method
Do
(req *http.Request)
pkg/spotify/spotify.go:108
Method
exchangeToToken
(w http.ResponseWriter, r *http.Request)
pkg/spotify/spotify.go:141
Function
main
()
main.go:103