Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServerInfo ¶
type ServerInfo struct {
Name string `json:"name"`
Location string `json:"location"`
Rack string `json:"rack"`
Shelf int `json:"shelf"`
Height int `json:"height"`
Power string `json:"power"`
IndicatorLED string `json:"indicatorLED"`
State string `json:"state"`
}
ServerInfo represents information about a server in the data center.
Click to show internal directories.
Click to hide internal directories.