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 . -")
)
Functions ¶
This section is empty.
Types ¶
type ErrDuringPreCreate ¶
type ErrDuringPreCreate struct {
Cause error
}
func (ErrDuringPreCreate) Error ¶
func (e ErrDuringPreCreate) Error() string
type ErrHostAlreadyExists ¶
type ErrHostAlreadyExists struct {
Name string
}
func (ErrHostAlreadyExists) Error ¶
func (e ErrHostAlreadyExists) Error() string
type ErrHostAlreadyInState ¶
func (ErrHostAlreadyInState) Error ¶
func (e ErrHostAlreadyInState) 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.