# Functions
NewBuiltinDriver creates a handler for the builtin driver specified in the meta info.
NewDriver creates a driver object to represent a child process.
# Constants
DriverStates represents driver states.
DriverStates represents driver states.
DriverStates represents driver states.
DriverStates represents driver states.
# Variables
BuiltinPath is the path where the builtin drivers are kept.
# Structs
BuiltinDriver are compiled and delivered with daemon binary in the same container image.
Meta holds the meta information about the driver itself.
Runtime contains the runtime information of the running driver.
# Interfaces
Handler provides common functions for handling a driver.