This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeAPI/internal/events/events.go
T

6 lines
102 B
Go

package events
// 节点更新事件
// TODO 改成事件
var NodeDNSChanges = make(chan int64, 128)