| 13 | ) |
| 14 | |
| 15 | type SoundCloudBuilder struct { |
| 16 | client *soundcloudapi.API |
| 17 | } |
| 18 | |
| 19 | func (s *SoundCloudBuilder) Build(_ctx context.Context, cfg *feed.Config) (*model.Feed, error) { |
| 20 | info, err := ParseURL(cfg.URL) |
nothing calls this directly
no outgoing calls
no test coverage detected