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

Method PlayOpt

mocks/Client.go:28–39  ·  view source on GitHub ↗

PlayOpt provides a mock function with given fields: opt

(opt *spotify.PlayOptions)

Source from the content-addressed store, hash-verified

26
27// PlayOpt provides a mock function with given fields: opt
28func (_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:
42func (_m *Client) PlayerDevices() ([]spotify.PlayerDevice, error) {

Callers

nothing calls this directly

Implementers 2

SpotifyClientclient.go
Clientmocks/Client.go

Calls

no outgoing calls

Tested by

no test coverage detected