mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-15 07:06:36 +08:00
实现HTTP部分功能
This commit is contained in:
@@ -2,7 +2,9 @@ package nodes
|
||||
|
||||
// 节点状态
|
||||
type NodeStatus struct {
|
||||
Version string `json:"version"`
|
||||
BuildVersion string `json:"buildVersion"` // 编译版本
|
||||
ConfigVersion int64 `json:"configVersion"` // 节点配置版本
|
||||
|
||||
Hostname string `json:"hostname"`
|
||||
HostIP string `json:"hostIP"`
|
||||
CPUUsage float64 `json:"cpuUsage"`
|
||||
|
||||
Reference in New Issue
Block a user