实现监控节点在线状态

This commit is contained in:
刘祥超
2020-10-25 18:26:46 +08:00
parent 022aa174a4
commit 6a25cce772
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
}