Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Command ¶
type Command struct {
Options Options
Workers int
Limit int
DBURL string
DryRun bool
FeedIDs []string
// contains filtered or unexported fields
}
Command fetches feeds defined a DMFR database.
type Options ¶
type Options struct {
FeedURL string
FeedID string
FeedCreate bool
IgnoreDuplicateContents bool
Directory string
S3 string
FetchedAt time.Time
Secrets download.Secrets
CreatedBy tl.OString
Name tl.OString
Description tl.OString
}
Options sets options for a fetch operation.
Click to show internal directories.
Click to hide internal directories.