model

package
v0.0.0-...-7695c73 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2015 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Elasticfeed

type Elasticfeed interface {
	GetEventManager() EventManager

	GetResourceManager() ResourceManager

	GetServiceManager() ServiceManager

	GetPluginManager() PluginManager

	GetWorkflowManager() WorkflowManager

	GetConfig() map[string]interface{}

	Run()
}

type EventManager

type EventManager interface {
	Init()

	InstallSchedule(string, string, func() error) error
}

type PluginManager

type PluginManager interface {
	LoadPipeline(name string) (pmodel.Pipeline, error)
}

type PopulationManager

type PopulationManager interface {
	Init()
}

type ResourceManager

type ResourceManager interface {
	Init()
}

type ServiceManager

type ServiceManager interface {
	GetStreamService() *stream.StreamService

	Init()
}

type WorkflowManager

type WorkflowManager interface {
	Init()
}

Jump to

Keyboard shortcuts

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