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

Method Build

pkg/builder/builder.go:13–13  ·  view source on GitHub ↗
(ctx context.Context, cfg *feed.Config)

Source from the content-addressed store, hash-verified

11
12type Builder interface {
13 Build(ctx context.Context, cfg *feed.Config) (*model.Feed, error)
14}
15
16func New(ctx context.Context, provider model.Provider, key string, downloader Downloader) (Builder, error) {

Callers 2

TestSoundCloud_BuildFeedFunction · 0.65
updateFeedMethod · 0.65

Implementers 3

YouTubeBuilderpkg/builder/youtube.go
VimeoBuilderpkg/builder/vimeo.go
SoundCloudBuilderpkg/builder/soundcloud.go

Calls

no outgoing calls

Tested by 1

TestSoundCloud_BuildFeedFunction · 0.52