Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsFeedError ¶
Types ¶
type FeedArticle ¶
type FeedParseError ¶
type FeedParseError struct {
Message string
}
func (FeedParseError) Error ¶
func (e FeedParseError) Error() string
type Fetcher ¶
type Fetcher struct {
// contains filtered or unexported fields
}
Fetcher fetches and parses RSS/Atom feeds.
func NewFetcher ¶
NewFetcher creates a Fetcher with the given HTTP client.
func (*Fetcher) DiscoverFeedURL ¶
Click to show internal directories.
Click to hide internal directories.