Versions in this module Expand all Collapse all v0 v0.6.6 Jul 3, 2020 Changes in this version + type Dispatcher struct + func NewDispatcher() *Dispatcher + func (d *Dispatcher) GetListeners() []string + func (d *Dispatcher) ListenOperationalState(operationalStateChannel <-chan events.OperationalStateEvent) + func (d *Dispatcher) RegisterOpState(subscriber string) (chan events.OperationalStateEvent, error) + func (d *Dispatcher) UnregisterOperationalState(subscriber string)