Documentation ¶
Index ¶
Constants ¶
View Source
const ( PluginEnvKey = "MACHINE_PLUGIN_TOKEN" PluginEnvVal = "42" PluginEnvDriverName = "MACHINE_PLUGIN_DRIVER_NAME" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
type Executor struct { DriverName string // contains filtered or unexported fields }
type McnBinaryExecutor ¶
type Plugin ¶
type Plugin struct { Executor McnBinaryExecutor Addr string MachineName string // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.