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

Struct CallbackHandler

server.go:143–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143type CallbackHandler struct {
144 ch chan *oauth2.Token
145 auth *spotify.Authenticator
146}
147
148// An implementation of the Handler ServeHTTP function for the CallbackHandler struct.
149func (h CallbackHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected