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
Click to show internal directories.
Click to hide internal directories.