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

Method TransferPlayback

mocks/Client.go:65–76  ·  view source on GitHub ↗

TransferPlayback provides a mock function with given fields: deviceID, play

(deviceID spotify.ID, play bool)

Source from the content-addressed store, hash-verified

63
64// TransferPlayback provides a mock function with given fields: deviceID, play
65func (_m *Client) TransferPlayback(deviceID spotify.ID, play bool) error {
66 ret := _m.Called(deviceID, play)
67
68 var r0 error
69 if rf, ok := ret.Get(0).(func(spotify.ID, bool) error); ok {
70 r0 = rf(deviceID, play)
71 } else {
72 r0 = ret.Error(0)
73 }
74
75 return r0
76}

Callers

nothing calls this directly

Implementers 2

SpotifyClientclient.go
Clientmocks/Client.go

Calls

no outgoing calls

Tested by

no test coverage detected