mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-03 15:00:27 +08:00
节点根据健康检查自动上下线
This commit is contained in:
5
internal/events/events.go
Normal file
5
internal/events/events.go
Normal file
@@ -0,0 +1,5 @@
|
||||
package events
|
||||
|
||||
// 节点更新事件
|
||||
// TODO 改成事件
|
||||
var NodeDNSChanges = make(chan int64, 128)
|
||||
Reference in New Issue
Block a user