Documentation
¶
Index ¶
Constants ¶
View Source
const TimeOut int = 10
HostURL - Default Hashicups URL const HostURL string = "http://localhost:19090"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) GetNodeInfo ¶ added in v0.0.2
GetNodeInfo - Returns Turing Pi BMC SD card status.
type NodeInfoResponse ¶ added in v0.0.2
type NodeInfoResponse struct {
Response []NodeInfo `json:"response"`
}
type PowerResponse ¶ added in v0.0.2
type PowerResponse struct {
Response []Power `json:"response"`
}
type SDCardResponse ¶
type SDCardResponse struct {
Response []SDCard `json:"response"`
}
type UsbResponse ¶ added in v0.0.2
type UsbResponse struct {
Response []Usb `json:"response"`
}
Click to show internal directories.
Click to hide internal directories.