Versions in this module Expand all Collapse all v0 v0.8.1 Apr 30, 2018 Changes in this version type Manager + func (m *Manager) GetCompiler() *ast.Compiler + func (m *Manager) RegisterCompilerTrigger(f func(txn storage.Transaction)) v0.8.0 Apr 11, 2018 Changes in this version + type Manager struct + Labels map[string]string + Store storage.Store + func New(config []byte, id string, store storage.Store) (*Manager, error) + func (m *Manager) Client(name string) rest.Client + func (m *Manager) Register(plugin Plugin) + func (m *Manager) Services() []string + func (m *Manager) Start(ctx context.Context) error + type Plugin interface + Start func(ctx context.Context) error + Stop func(ctx context.Context)