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 // an option for registering a module without reload Reregister bool }
ModuleEvent event model for hooks
type ModuleEventType ¶
type ModuleEventType int
ModuleEventType type of the event
const ( ModuleRegistered ModuleEventType = iota ModuleEnabled ModuleDisabled FirstConvergeDone )
Click to show internal directories.
Click to hide internal directories.