Documentation ¶
Index ¶
- type Descriptor
- type Feed
- func (feed *Feed) Context() http.Context
- func (feed *Feed) Descriptor() Descriptor
- func (feed *Feed) FetchSuccessful() bool
- func (feed *Feed) Filter(filter FilterFunc)
- func (feed *Feed) Messages() (msg.Messages, error)
- func (feed *Feed) NeedsUpdate(updateTime time.Time) bool
- func (feed *Feed) Parse() error
- func (feed *Feed) SetExtID(extID FeedID)
- type FeedID
- type FilterFunc
- type Item
- type ItemID
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Descriptor ¶ added in v0.8.0
type Feed ¶
type Feed struct { *config.Feed Global config.GlobalOptions // contains filtered or unexported fields }
func (*Feed) Descriptor ¶ added in v0.8.0
func (feed *Feed) Descriptor() Descriptor
func (*Feed) FetchSuccessful ¶
func (*Feed) Filter ¶ added in v0.8.0
func (feed *Feed) Filter(filter FilterFunc)
type FilterFunc ¶ added in v0.8.0
type Item ¶ added in v0.8.0
type Item struct { *gofeed.Item // access fields implicitly Feed *gofeed.Feed // named explicitly to not shadow common fields with Item Body string TextBody string UpdateOnly bool ID ItemID // contains filtered or unexported fields }
func (*Item) Creator ¶ added in v0.8.0
Creator returns the name of the creating authors (comma separated).
func (*Item) DateParsed ¶ added in v0.8.0
Click to show internal directories.
Click to hide internal directories.