# Structs
ExitResult contains information about the exit status of a task.
NetworkOverride contains network settings which the driver may override for the task, such as when the driver is setting up the task's network.
TaskHandle is created when starting a task and is used to recover task.
TaskStatus includes information of a specific task.
UnimplementedDriverServer can be embedded to have forward compatible implementations.
# Interfaces
DriverClient is the client API for Driver service.
DriverServer is the server API for Driver service.