data

package
v0.0.0-...-44d4e1f Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 29, 2022 License: MIT Imports: 2 Imported by: 0

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.

Directories

Path Synopsis
Package boltdata implements data over a bolt database.
Package boltdata implements data over a bolt database.
Package memdata implements data over a set of in memory maps.
Package memdata implements data over a set of in memory maps.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL