persistence

package
v0.0.0-...-0490640 Latest Latest
Warning

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

Go to latest
Published: May 16, 2019 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FeedStore

type FeedStore interface {
	CreateFeedConsumerNetwork(network *util.FeedConsumerNetwork) (bool, error)
	CreateFeedEntry(entry *util.FeedEntry) (bool, error)
	CreateFeedEntries(entries []*util.FeedEntry) (bool, error)
	GetFeedConsumerNetwork(query *util.FeedConsumerNetworkQuery) ([]*util.FeedConsumerNetwork, error)
	GetFeed(query *util.FeedQuery) ([]*util.FeedEntry, int64, error)
	GetFeedSummary(query *util.FeedSummaryQuery) (map[string]int64, error)
	GetActionLine(filters []string, startDate string, endDate string, timezone string, interval int, action string) (*util.ActionLine, error)
}

func NewFeedStore

func NewFeedStore(conn *relaxting.ES2Backend) FeedStore

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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