Documentation
¶
Index ¶
Constants ¶
View Source
const ( RspecTypeAdvertisement = "advertisement" RspecTypeManifest = "manifest" RspecTypeRequest = "request" )
View Source
const (
RspecLoginAuthenticationSSH = "ssh-keys"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HardwareType ¶
type Node ¶
type Node struct {
XMLName xml.Name `xml:"node"`
ClientID string `xml:"client_id,attr,omitempty"`
ComponentID string `xml:"component_id,attr,omitempty"`
ComponentManagerID string `xml:"component_manager_id,attr,omitempty"`
ComponentName string `xml:"component_name,attr,omitempty"`
SliverID string `xml:"sliver_id,attr,omitempty"`
Exclusive bool `xml:"exclusive,attr"`
HardwareType *HardwareType `xml:"hardware_type,omitempty"`
SliverType SliverType `xml:"sliver_type"`
Services *Services `xml:"services,omitempty"`
Available *Available `xml:"available,omitempty"`
Location *Location `xml:"location,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.