Documentation ¶ Index ¶ type Provider func New() *Provider func (fm *Provider) FeedExternalURL(f models.Feed) (string, error) func (fm *Provider) FeedHints(feed models.Feed) models.FeedHints func (p *Provider) GetForFeed(ctx context.Context, feed models.Feed) ([]models.FetchedFeedItem, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Provider ¶ type Provider struct { // contains filtered or unexported fields } func New ¶ func New() *Provider func (*Provider) FeedExternalURL ¶ func (fm *Provider) FeedExternalURL(f models.Feed) (string, error) func (*Provider) FeedHints ¶ func (fm *Provider) FeedHints(feed models.Feed) models.FeedHints func (*Provider) GetForFeed ¶ func (p *Provider) GetForFeed(ctx context.Context, feed models.Feed) ([]models.FetchedFeedItem, error) Source Files ¶ View all Source files provider.go Click to show internal directories. Click to hide internal directories.