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

Interface DiskplayerServer

server.go:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type DiskplayerServer interface {
23 RunRecordServer() error
24 RunCallbackServer() (*http.Server, error)
25 TokenChannel() chan *oauth2.Token
26 Authenticator() *spotify.Authenticator
27}
28
29// NewDiskplayerServer returns a new DiskplayerServer instance.
30// The arguments are required if the server instance is to be used to obtain a new Spotify auth token.

Callers 7

mainFunction · 0.95
NewTokenFunction · 0.65
TestNewDiskplayerServerFunction · 0.95
NewTokenFunction · 0.65
TestNewDiskplayerServerFunction · 0.95
NewTokenFunction · 0.65

Implementers 2

DiskplayerServermocks/DiskplayerServer.go

Calls

no outgoing calls

Tested by

no test coverage detected