| 141 | } |
| 142 | |
| 143 | type 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. |
| 149 | func (h CallbackHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) { |
nothing calls this directly
no outgoing calls
no test coverage detected