Documentation
¶
Index ¶
Constants ¶
View Source
const ( DriverName = "hyperkit" DriverVersion = "0.12.12" DefaultMemory = 8192 DefaultCPUs = 4 DefaultSSHUser = "core" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MultiError ¶
type MultiError struct {
Errors []error
}
MultiError holds multiple errors
func (MultiError) ToError ¶
func (m MultiError) ToError() error
ToError converts all errors into one
type RetriableError ¶
type RetriableError struct {
Err error
}
RetriableError is an error that can be tried again
func (RetriableError) Error ¶
func (r RetriableError) Error() string
Click to show internal directories.
Click to hide internal directories.