MCPcopy Create free account
hub / github.com/dinofizz/diskplayer / SpotifyClient

Struct SpotifyClient

client.go:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21type SpotifyClient struct {
22 client *spotify.Client
23}
24
25// PlayerDevices will return a list of available Spotify devices. An error is returned if encountered.
26func (sc *SpotifyClient) PlayerDevices() ([]spotify.PlayerDevice, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected