Documentation
¶
Overview ¶
Package data provides the ability to rebuild previous feeds and remove duplicate items.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Database ¶
type Database interface { // Feed returns a database for storing known items from a named feed. Feed(name string) (feed.Database, error) // Confluence returns a database for storing past rivers. Confluence() (confluence.Database, error) // Close releases all database resources. Close() error }
Database is a key-value store with data arranged in buckets.
Click to show internal directories.
Click to hide internal directories.