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

Method TokenChannel

mocks/DiskplayerServer.go:69–82  ·  view source on GitHub ↗

TokenChannel provides a mock function with given fields:

()

Source from the content-addressed store, hash-verified

67
68// TokenChannel provides a mock function with given fields:
69func (_m *DiskplayerServer) TokenChannel() chan *oauth2.Token {
70 ret := _m.Called()
71
72 var r0 chan *oauth2.Token
73 if rf, ok := ret.Get(0).(func() chan *oauth2.Token); ok {
74 r0 = rf()
75 } else {
76 if ret.Get(0) != nil {
77 r0 = ret.Get(0).(chan *oauth2.Token)
78 }
79 }
80
81 return r0
82}

Callers

nothing calls this directly

Implementers 2

DiskplayerServermocks/DiskplayerServer.go

Calls

no outgoing calls

Tested by

no test coverage detected