streamers

package
v0.0.0-...-9886319 Latest Latest
Warning

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

Go to latest
Published: Oct 25, 2018 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Engine

type Engine interface {
	SetStreamer(field string, val models.Streamer) error
	GetStreamer(field string) (models.Streamer, error)
	GetAllStreamers() (models.Streamers, error)
	DeleteStreamer(field string) error
}

Engine describes all the functions that the streamers engine can perform

func NewEngine

func NewEngine(store store.Store) Engine

NewEngine return a new engine implementation

Jump to

Keyboard shortcuts

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