Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewController ¶
func NewController(topo topo.Store, transactions transaction.Store, configurations configuration.Store, pluginRegistry *pluginregistry.PluginRegistry) *controller.Controller
NewController returns a new control relation controller
Types ¶
type ConfigurationWatcher ¶
type ConfigurationWatcher struct {
// contains filtered or unexported fields
}
ConfigurationWatcher configuration store watcher
func (*ConfigurationWatcher) Start ¶
func (w *ConfigurationWatcher) Start(ch chan<- controller.ID) error
Start starts the watcher
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler reconciles transactions
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(id controller.ID) (controller.Result, error)
Reconcile reconciles transactions
Click to show internal directories.
Click to hide internal directories.