MCPcopy
hub / github.com/mxpv/podsync / SoundCloudBuilder

Struct SoundCloudBuilder

pkg/builder/soundcloud.go:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13)
14
15type SoundCloudBuilder struct {
16 client *soundcloudapi.API
17}
18
19func (s *SoundCloudBuilder) Build(_ctx context.Context, cfg *feed.Config) (*model.Feed, error) {
20 info, err := ParseURL(cfg.URL)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected