节点根据健康检查自动上下线

This commit is contained in:
GoEdgeLab
2020-11-15 21:17:42 +08:00
parent 13932e6a05
commit 9cf217bcdf
13 changed files with 450 additions and 183 deletions

View File

@@ -0,0 +1,5 @@
package events
// 节点更新事件
// TODO 改成事件
var NodeDNSChanges = make(chan int64, 128)