TransferPlayback provides a mock function with given fields: deviceID, play
(deviceID spotify.ID, play bool)
| 63 | |
| 64 | // TransferPlayback provides a mock function with given fields: deviceID, play |
| 65 | func (_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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected