| 39 | } |
| 40 | |
| 41 | type YouTubeBuilder struct { |
| 42 | client *youtube.Service |
| 43 | key apiKey |
| 44 | downloader Downloader |
| 45 | } |
| 46 | |
| 47 | // Cost: 5 units (call method: 1, snippet: 2, contentDetails: 2) |
| 48 | // See https://developers.google.com/youtube/v3/docs/channels/list#part |
nothing calls this directly
no outgoing calls
no test coverage detected