# Functions
ClientDrivers returns a channel on which new instances of all registered remote local drivers can be received.
IntegrationDrivers returns a channel on which new instances of all registered integration drivers can be received.
NewClientDriver returns a new instance of the driver specified by the driver name.
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.
NewStorageDriverManager returns a new storage driver manager.
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.
RegisterClientDriver registers a ClientDriver.
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.