Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ErrHostAlreadyExists ¶
type ErrHostAlreadyExists struct {
Name string
}
func (*ErrHostAlreadyExists) Error ¶
func (e *ErrHostAlreadyExists) Error() string
type ErrHostNotFound ¶
type ErrHostNotFound struct {
Name string
}
func (*ErrHostNotFound) Error ¶
func (e *ErrHostNotFound) Error() string
Click to show internal directories.
Click to hide internal directories.