Documentation ¶ Index ¶ type Cache func NewCache() *Cache func (c *Cache) AddFeed(parsedFeed *feed.Feed, url string) *feed.Feed func (c *Cache) Decode(filePath string) error func (c *Cache) Encode() error func (c *Cache) GetFeeds() []*feed.Feed func (cache *Cache) Merge(conf *config.Config) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Cache ¶ type Cache struct { // contains filtered or unexported fields } func NewCache ¶ func NewCache() *Cache func (*Cache) AddFeed ¶ func (c *Cache) AddFeed(parsedFeed *feed.Feed, url string) *feed.Feed func (*Cache) Decode ¶ func (c *Cache) Decode(filePath string) error func (*Cache) Encode ¶ func (c *Cache) Encode() error func (*Cache) GetFeeds ¶ func (c *Cache) GetFeeds() []*feed.Feed func (*Cache) Merge ¶ func (cache *Cache) Merge(conf *config.Config) Source Files ¶ View all Source files cache.go Click to show internal directories. Click to hide internal directories.