package
0.11.4
Repository: https://github.com/codedellemc/rexray.git
Documentation: pkg.go.dev

# 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.

# Structs

Config is a struct used to configure a module.
Instance is a struct that describes a module instance.
Type is a struct that describes a module type.

# Interfaces

Module is the interface to which types adhere in order to participate as daemon modules.

# Type aliases

Init initializes the module.