Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AgentRuntimeGcExtension ¶
type AgentRuntimeGcExtension struct {
// contains filtered or unexported fields
}
func (*AgentRuntimeGcExtension) GetDesc ¶
func (ext *AgentRuntimeGcExtension) GetDesc() string
func (*AgentRuntimeGcExtension) GetId ¶
func (ext *AgentRuntimeGcExtension) GetId() string
func (*AgentRuntimeGcExtension) GetProperties ¶
func (ext *AgentRuntimeGcExtension) GetProperties() map[string]string
type AgentRuntimeInfoExtension ¶
type AgentRuntimeInfoExtension struct { }
func (*AgentRuntimeInfoExtension) GetDesc ¶
func (ext *AgentRuntimeInfoExtension) GetDesc() string
func (*AgentRuntimeInfoExtension) GetId ¶
func (ext *AgentRuntimeInfoExtension) GetId() string
func (*AgentRuntimeInfoExtension) GetProperties ¶
func (ext *AgentRuntimeInfoExtension) GetProperties() map[string]string
type AgentRuntimeMemExtension ¶
type AgentRuntimeMemExtension struct {
// contains filtered or unexported fields
}
func (*AgentRuntimeMemExtension) GetDesc ¶
func (ext *AgentRuntimeMemExtension) GetDesc() string
func (*AgentRuntimeMemExtension) GetId ¶
func (ext *AgentRuntimeMemExtension) GetId() string
func (*AgentRuntimeMemExtension) GetProperties ¶
func (ext *AgentRuntimeMemExtension) GetProperties() map[string]string
type CpuStatusExtension ¶
type CpuStatusExtension struct {
// contains filtered or unexported fields
}
func (*CpuStatusExtension) GetDesc ¶
func (ext *CpuStatusExtension) GetDesc() string
func (*CpuStatusExtension) GetId ¶
func (ext *CpuStatusExtension) GetId() string
func (*CpuStatusExtension) GetProperties ¶
func (ext *CpuStatusExtension) GetProperties() map[string]string
type CustomInfo ¶
type Extension ¶
type Extension struct { Id string `xml:"id,attr"` Desc string `xml:"description"` Details []ExtensionDetail `xml:"extensionDetail"` }
type ExtensionDetail ¶
type MemStatusExtension ¶
type MemStatusExtension struct { }
func (*MemStatusExtension) GetDesc ¶
func (ext *MemStatusExtension) GetDesc() string
func (*MemStatusExtension) GetId ¶
func (ext *MemStatusExtension) GetId() string
func (*MemStatusExtension) GetProperties ¶
func (ext *MemStatusExtension) GetProperties() map[string]string
type NetStatusExtension ¶
type NetStatusExtension struct { }
func (*NetStatusExtension) GetDesc ¶
func (ext *NetStatusExtension) GetDesc() string
func (*NetStatusExtension) GetId ¶
func (ext *NetStatusExtension) GetId() string
func (*NetStatusExtension) GetProperties ¶
func (ext *NetStatusExtension) GetProperties() map[string]string
type Status ¶
type Status struct { XMLName xml.Name `xml:"status"` Extensions []Extension `xml:"extension"` CustomInfos []CustomInfo `xml:"customInfo"` }
type StatusExtension ¶
type StatusUpdateTask ¶
type StatusUpdateTask struct {
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.