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

Method Pause

client.go:16–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14type Client interface {
15 PlayerDevices() ([]spotify.PlayerDevice, error)
16 Pause() error
17 TransferPlayback(deviceID spotify.ID, play bool) error
18 PlayOpt(opt *spotify.PlayOptions) error
19}

Callers 3

PlayUriFunction · 0.65
PauseFunction · 0.65
PauseMethod · 0.65

Implementers 2

SpotifyClientclient.go
Clientmocks/Client.go

Calls

no outgoing calls

Tested by

no test coverage detected