Versions in this module Expand all Collapse all v0 v0.17.0 Aug 23, 2023 Changes in this version + var ErrInvalidHostname = errors.New("Invalid hostname specified. Allowed hostname chars are: 0-9a-zA-Z . -") + type ErrDuringPreCreate struct + Cause error + func (e ErrDuringPreCreate) Error() string + type ErrHostAlreadyExists struct + Name string + func (e ErrHostAlreadyExists) Error() string + type ErrHostAlreadyInState struct + Name string + State state.State + func (e ErrHostAlreadyInState) Error() string + type ErrHostDoesNotExist struct + Name string + func (e ErrHostDoesNotExist) Error() string