Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
14
type
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
PlayUri
Function · 0.65
Pause
Function · 0.65
Pause
Method · 0.65
Implementers
2
SpotifyClient
client.go
Client
mocks/Client.go
Calls
no outgoing calls
Tested by
no test coverage detected