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

Method Pause

mocks/Client.go:14–25  ·  view source on GitHub ↗

Pause provides a mock function with given fields:

()

Source from the content-addressed store, hash-verified

12
13// Pause provides a mock function with given fields:
14func (_m *Client) Pause() error {
15 ret := _m.Called()
16
17 var r0 error
18 if rf, ok := ret.Get(0).(func() error); ok {
19 r0 = rf()
20 } else {
21 r0 = ret.Error(0)
22 }
23
24 return r0
25}
26
27// PlayOpt provides a mock function with given fields: opt
28func (_m *Client) PlayOpt(opt *spotify.PlayOptions) error {

Callers

nothing calls this directly

Implementers 2

SpotifyClientclient.go
Clientmocks/Client.go

Calls

no outgoing calls

Tested by

no test coverage detected