实现远程升级节点

This commit is contained in:
GoEdgeLab
2020-10-28 12:36:11 +08:00
parent 6580078365
commit 8ab4cf2b75
3 changed files with 828 additions and 351 deletions

View File

@@ -5,6 +5,8 @@ type NodeStatus struct {
BuildVersion string `json:"buildVersion"` // 编译版本
ConfigVersion int64 `json:"configVersion"` // 节点配置版本
OS string `json:"os"`
Arch string `json:"arch"`
Hostname string `json:"hostname"`
HostIP string `json:"hostIP"`
CPUUsage float64 `json:"cpuUsage"`