Documentation ¶
Overview ¶
Package client contains ssh and robot API clients.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CredentialsValidationError ¶
type CredentialsValidationError struct {
Message string
}
CredentialsValidationError is returned when the provided Hetzner robot api credentials are invalid (e.g. null).
func (CredentialsValidationError) Error ¶
func (e CredentialsValidationError) Error() string
Error implements the Error method of the error interface.
Directories ¶
Path | Synopsis |
---|---|
Package mocks defines factories that allow the usage of generated mocks in unit tests.
|
Package mocks defines factories that allow the usage of generated mocks in unit tests. |
Package robotclient contains the interface to speak to Hetzner robot API.
|
Package robotclient contains the interface to speak to Hetzner robot API. |
Package sshclient contains the interface to speak to bare metal servers with ssh.
|
Package sshclient contains the interface to speak to bare metal servers with ssh. |
Click to show internal directories.
Click to hide internal directories.