Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrorMarkdownTemplate = `**[{{.Subscription.ID}}]({{.Subscription.URI}})**
` + "```" + `
{{.Err.Error}}
` + "```"
View Source
var NewItemsMarkdownTemplate = `**[{{.Feed.Title}}]({{.Feed.Link}})**
{{range .NewItems -}}
- [{{.Title}}]({{.Link}})
{{end}}`
Functions ¶
Types ¶
type FeedJob ¶
func (*FeedJob) JobSchedule ¶
type Result ¶
type Result struct {
feedcrawler.Result
}
type Watcher ¶
type Watcher struct {
feedcrawler.Crawler
// contains filtered or unexported fields
}
func (*Watcher) ReloadFeeds ¶
func (*Watcher) ReloadStates ¶ added in v0.2.0
func (*Watcher) SaveStates ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.