PlayOpt provides a mock function with given fields: opt
(opt *spotify.PlayOptions)
| 26 | |
| 27 | // PlayOpt provides a mock function with given fields: opt |
| 28 | func (_m *Client) PlayOpt(opt *spotify.PlayOptions) error { |
| 29 | ret := _m.Called(opt) |
| 30 | |
| 31 | var r0 error |
| 32 | if rf, ok := ret.Get(0).(func(*spotify.PlayOptions) error); ok { |
| 33 | r0 = rf(opt) |
| 34 | } else { |
| 35 | r0 = ret.Error(0) |
| 36 | } |
| 37 | |
| 38 | return r0 |
| 39 | } |
| 40 | |
| 41 | // PlayerDevices provides a mock function with given fields: |
| 42 | func (_m *Client) PlayerDevices() ([]spotify.PlayerDevice, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected