Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
type Store interface { // database-related stuff Init() error Sync(string, *config.Sort) error Close() error // feeds GetFeeds() (*orderedmap.OrderedMap, error) // entries GetEntries(string) (*orderedmap.OrderedMap, error) MarkEntry(string, string) error }
Store interface
Click to show internal directories.
Click to hide internal directories.