()
| 72 | } |
| 73 | |
| 74 | func (s *RealDiskplayerServer) TokenChannel() chan *oauth2.Token { |
| 75 | return s.cbh.ch |
| 76 | } |
| 77 | |
| 78 | func (s *RealDiskplayerServer) Authenticator() *spotify.Authenticator { |
| 79 | return s.cbh.auth |
nothing calls this directly
no outgoing calls
no test coverage detected