Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MachineNotFoundError ¶
type MachineNotFoundError struct { // Name is the machine name Name string // MachineID is the machine uuid MachineID string }
MachineNotFoundError is used to indicate not found error in PluginSPI
func (*MachineNotFoundError) Error ¶
func (e *MachineNotFoundError) Error() string
Click to show internal directories.
Click to hide internal directories.