Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ServerInfo ¶
func ServerInfo() interface{}
Types ¶
type Gpu ¶
type Gpu struct { GpuName string `xml:"product_name"` BiosVersion string `xml:"vbios_version"` FanSpeed string `xml:"fan_speed"` Utilization GpuUtilization `xml:"utilization"` Temperature GpuTemperature `xml:"temperature"` Clock GpuClock `xml:"clocks"` }
type GpuTemperature ¶
type GpuTemperature struct {
GpuTemp string `xml:"gpu_temp"`
}
type GpuUtilization ¶
type Listener ¶
type Listener int
func (*Listener) StartContainer ¶
Starts container using RPC calls