Versions in this module Expand all Collapse all v0 v0.5.1 Nov 16, 2015 Changes in this version + var ErrInvalidHostname = errors.New("Invalid hostname specified. Allowed hostname chars are: 0-9a-zA-Z . -") + type ErrHostAlreadyExists struct + Name string + func (e ErrHostAlreadyExists) Error() string + type ErrHostDoesNotExist struct + Name string + func (e ErrHostDoesNotExist) Error() string