Documentation ¶ Index ¶ type Feed type Manifest func LoadManifest(path string) (*Manifest, error) func (m *Manifest) Len() int func (m *Manifest) Populate(feeds []Feed) func (m *Manifest) Prime(cache string, timeout time.Duration) func (m *Manifest) Save(path string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Feed ¶ type Feed struct { Name string Feed string } type Manifest ¶ type Manifest map[string]*cacheItem func LoadManifest ¶ func LoadManifest(path string) (*Manifest, error) func (*Manifest) Len ¶ func (m *Manifest) Len() int func (*Manifest) Populate ¶ func (m *Manifest) Populate(feeds []Feed) func (*Manifest) Prime ¶ func (m *Manifest) Prime(cache string, timeout time.Duration) func (*Manifest) Save ¶ func (m *Manifest) Save(path string) error Source Files ¶ View all Source files cacheitem.go feed.go manifest.go Click to show internal directories. Click to hide internal directories.