# Packages
No description provided by the author
# Functions
GetModOptVal gets a module's option value.
GetModuleInstance gets the module instance with the provided name.
InitializeDefaultModules initializes the default modules.
InitializeModule initializes a module.
Instances returns a channel that receives the instantiated module instances.
RegisterModule registers a module type.
Start starts the agent.
StartDefaultModules starts the default modules.
StartModule starts the module with the provided instance name.
StopModules stops the modules.
Types returns a channel that receives the registered module types.
# Interfaces
Module is the interface to which types adhere in order to participate as daemon modules.
# Type aliases
Init initializes the module.