Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPRebooter ¶
type HTTPRebooter struct {
// contains filtered or unexported fields
}
HTTPRebooter reboots one of more nodes calling the Reboot API via the provided http.Client.
func NewHTTPRebooter ¶
func NewHTTPRebooter(c *http.Client, baseURL, username, password string) *HTTPRebooter
NewHTTPRebooter returns a HTTPRebooter with the provided fields.
Click to show internal directories.
Click to hide internal directories.