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

Method RunCallbackServer

server.go:24–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22type DiskplayerServer interface {
23 RunRecordServer() error
24 RunCallbackServer() (*http.Server, error)
25 TokenChannel() chan *oauth2.Token
26 Authenticator() *spotify.Authenticator
27}

Callers 2

NewTokenFunction · 0.65

Implementers 2

DiskplayerServermocks/DiskplayerServer.go

Calls

no outgoing calls