Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModuleEvent ¶
type ModuleEvent struct { ModuleName string EventType ModuleEventType }
ModuleEvent event model for hooks
type ModuleEventType ¶
type ModuleEventType int
ModuleEventType type of the event
const ( ModuleRegistered ModuleEventType = iota ModuleEnabled ModuleDisabled ModuleStateChanged ModuleConfigChanged FirstConvergeDone )
Click to show internal directories.
Click to hide internal directories.