Documentation ¶
Index ¶
- type Cache
- type CachedFeed
- type Feed
- type State
- func (state *State) Fetch() int
- func (state *State) Filter()
- func (state *State) Foreach(f func(*Feed))
- func (state *State) ForeachGo(goFunc func(*Feed))
- func (state *State) LoadCache(fileName string, forceNew bool) error
- func (state *State) NumFeeds() int
- func (state *State) RemoveUndue()
- func (state *State) StoreCache(fileName string) error
- type Version
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CachedFeed ¶
type Feed ¶
type Feed struct { *config.Feed Global config.GlobalOptions // contains filtered or unexported fields }
func (*Feed) FetchSuccessful ¶
func (*Feed) MarkSuccess ¶
func (feed *Feed) MarkSuccess()
type State ¶
type State struct {
// contains filtered or unexported fields
}
func (*State) RemoveUndue ¶
func (state *State) RemoveUndue()
func (*State) StoreCache ¶
Click to show internal directories.
Click to hide internal directories.