storage

package
v0.99.3 Latest Latest
Warning

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

Go to latest
Published: Apr 29, 2021 License: MIT Imports: 4 Imported by: 0

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

func New

func New(app string, client api.Client, status chan string) (Store, error)

New store

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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