# Variables
ErrDriverNotFound is returned during Dispense when the requested driver plugin is not found in the plugin catalog.
# Interfaces
Manager is the interface used to manage driver plugins.
StateStorage is used to persist the driver managers state across agent restarts.
# Type aliases
EventHandler is a callback to be called for a task.
FetchPluginReattachFn is used to retrieve the stored plugin reattachment configuration.
StorePluginReattachFn is used to store plugin reattachment configurations.
TaskEventHandlerFactory returns an event handler for a given allocID/task name.
TaskExecHandler is function to be called for executing commands in a task.
UpdateNodeDriverInfoFn is the callback used to update the node from fingerprinting.