Documentation
¶
Index ¶
Constants ¶
View Source
const UserAgent = "Bloggulus/0.5.0 (+https://bloggulus.com)"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeedFetcher ¶
type FeedFetcher struct{}
func NewFeedFetcher ¶
func NewFeedFetcher() *FeedFetcher
func (*FeedFetcher) FetchFeed ¶
func (f *FeedFetcher) FetchFeed(url, etag, lastModified string) (fetch.FetchFeedResponse, error)
type PageFetcher ¶
type PageFetcher struct{}
func NewPageFetcher ¶
func NewPageFetcher() *PageFetcher
Click to show internal directories.
Click to hide internal directories.