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

Method Authenticator

mocks/DiskplayerServer.go:16–29  ·  view source on GitHub ↗

Authenticator provides a mock function with given fields:

()

Source from the content-addressed store, hash-verified

14
15// Authenticator provides a mock function with given fields:
16func (_m *DiskplayerServer) Authenticator() *spotify.Authenticator {
17 ret := _m.Called()
18
19 var r0 *spotify.Authenticator
20 if rf, ok := ret.Get(0).(func() *spotify.Authenticator); ok {
21 r0 = rf()
22 } else {
23 if ret.Get(0) != nil {
24 r0 = ret.Get(0).(*spotify.Authenticator)
25 }
26 }
27
28 return r0
29}
30
31// RunCallbackServer provides a mock function with given fields:
32func (_m *DiskplayerServer) RunCallbackServer() (*http.Server, error) {

Callers

nothing calls this directly

Implementers 2

DiskplayerServermocks/DiskplayerServer.go

Calls

no outgoing calls

Tested by

no test coverage detected