# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
MustBeRunning will return an error if the machine is not in a running state.
NewDriverNotSupported creates a placeholder Driver that replaces a driver that is not supported on a given platform.
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
# Structs
BaseDriver - Embed this struct into drivers to provide the common set of fields and functions.
CheckDriverOptions implements DriverOptions and is used to validate flag parsing.
No description provided by the author
No description provided by the author
SerialDriver is a wrapper struct which is used to ensure that RPC calls to a driver only occur one at a time.
# Interfaces
Driver defines how a host is created and controlled.
No description provided by the author