Versions in this module Expand all Collapse all v0 v0.2.0 Dec 1, 2020 Changes in this version + func On(event EventType, f Handler) + func Post(event EventInterface) + type ConfigChangedEvent struct + func NewConfigChangedEvent() *ConfigChangedEvent + func (this *ConfigChangedEvent) Type() string + type EventInterface interface + Type func() string + type EventType = string + const EventTypeConfigChanged + const EventTypeReload + type Handler func(event EventInterface) + type ReloadEvent struct + func NewReloadEvent() *ReloadEvent + func (this *ReloadEvent) Type() string