Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrInvalidHostname = errors.New("Invalid hostname specified. Allowed hostname chars are: 0-9a-zA-Z . -") ErrUnknownProviderType = errors.New("Unknown hypervisor type") )
Functions ¶
This section is empty.
Types ¶
type ErrHostAlreadyExists ¶
type ErrHostAlreadyExists struct {
Name string
}
func (ErrHostAlreadyExists) Error ¶
func (e ErrHostAlreadyExists) Error() string
type ErrHostDoesNotExist ¶
type ErrHostDoesNotExist struct {
Name string
}
func (ErrHostDoesNotExist) Error ¶
func (e ErrHostDoesNotExist) Error() string
Click to show internal directories.
Click to hide internal directories.