README ¶ Implement power, physical interface, and disk manager. Expand ▾ Collapse ▴ Documentation ¶ Index ¶ type IpLink type IpRoute type SystemInfo Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type IpLink ¶ type IpLink struct { Alias string `json:"alias"` Name string `json:"name"` Master string `json:"master"` State string `json:"state"` } type IpRoute ¶ type IpRoute struct { Prefix string `json:"prefix"` NextHop string `json:"gateway"` Source string `json:"source"` Link string `json:"link"` } type SystemInfo ¶ type SystemInfo struct { HostName string `json:"hostname"` Cpu int `json:"cpu"` CpuVendor string `json:"cpuVendor"` Mem int `json:"memory"` MemFree int `json:"memoryFree"` } Source Files ¶ View all Source files schema.go Click to show internal directories. Click to hide internal directories.