Documentation ¶
Index ¶
Constants ¶
View Source
const ( SERVICE_TYPE = "baremetal" SERVICE_VERSION = "" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RedfishSystemInfo ¶
type RedfishSystemInfo struct { Path string `json:"path"` Info interface{} `json:"info"` }
type ValidateIPMIRequest ¶
type ValidateIPMIResponse ¶
type ValidateIPMIResponse struct { IsRedfishSupported bool `json:"is_redfish_supported"` RedfishSystemInfo *RedfishSystemInfo `json:"redfish_system_info"` IPMISystemInfo interface{} `json:"ipmi_system_info"` }
Click to show internal directories.
Click to hide internal directories.