Documentation
¶
Index ¶
- func ActivateFeedVersion(atx tldb.Adapter, fvid int) error
- func AfterFeedVersionImport(atx tldb.Adapter, fvid int) error
- func FindImportableFeeds(adapter tldb.Adapter) ([]int, error)
- func ImportFeedVersion(atx tldb.Adapter, fv tl.FeedVersion, opts Options) (dmfr.FeedVersionImport, error)
- type Command
- type Options
- type Result
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ActivateFeedVersion ¶
ActivateFeedVersion .
func AfterFeedVersionImport ¶
AfterFeedVersionImport .
func FindImportableFeeds ¶
FindImportableFeeds .
func ImportFeedVersion ¶
func ImportFeedVersion(atx tldb.Adapter, fv tl.FeedVersion, opts Options) (dmfr.FeedVersionImport, error)
ImportFeedVersion .
Types ¶
type Command ¶
type Command struct { Options Options Workers int Limit int DBURL string CoverDate string FetchedSince string Latest bool DryRun bool FeedIDs []string FVIDs cli.ArrayFlags FVSHA1 cli.ArrayFlags Adapter tldb.Adapter // allow for mocks }
Command imports FeedVersions into a database.
Click to show internal directories.
Click to hide internal directories.