实现监控节点在线状态

This commit is contained in:
GoEdgeLab
2020-10-25 18:26:46 +08:00
parent 89b7ee07d4
commit 473ad47a7f
7 changed files with 163 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ func init() {
})
}
// 节点健康检查任务
type HealthCheckTask struct {
tasksMap map[int64]*HealthCheckClusterTask // taskId => task
}