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

Method RunRecordServer

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

Source from the content-addressed store, hash-verified

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

Callers 1

mainFunction · 0.95

Implementers 2

DiskplayerServermocks/DiskplayerServer.go

Calls

no outgoing calls

Tested by

no test coverage detected