# Functions
ConfigRegs returns a channel on which all registered configuration registrations are returned.
IntegrationDrivers returns a channel on which new instances of all registered integration drivers can be received.
NewIntegrationDriver returns a new instance of the driver specified by the driver name.
NewIntegrationDriverManager returns a new integration driver manager.
NewOSDriver returns a new instance of the driver specified by the driver name.
NewOSDriverManager returns a new OS driver manager.
NewStorageDriver returns a new instance of the driver specified by the driver name.
NewStorageExecutor returns a new instance of the executor specified by the executor name.
OSDrivers returns a channel on which new instances of all registered OS drivers can be received.
ProcessRegisteredConfigs processes the registered configuration requests.
RegisterConfigReg registers a new configuration registration request.
RegisterIntegrationDriver registers a IntegrationDriver.
RegisterOSDriver registers a OSDriver.
RegisterRouter registers a Router.
RegisterStorageDriver registers a StorageDriver.
RegisterStorageExecutor registers a StorageExecutor.
Routers returns a channel on which new instances of all registered routers can be received.
StorageDrivers returns a channel on which new instances of all registered remote storage drivers can be received.
StorageExecutors returns a channel on which new instances of all registered storage executors can be received.
# Variables
NewConfig is a function that returns a new Config object.
NewConfigReg is a function that returns a new ConfigRegistration object.