mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-12-16 05:08:03 +08:00
配置变更的时候自动同步,不再需要手工点击同步
This commit is contained in:
8
internal/events/events.go
Normal file
8
internal/events/events.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package events
|
||||
|
||||
type Event = string
|
||||
|
||||
const (
|
||||
EventStart Event = "start" // start loading
|
||||
EventQuit Event = "quit" // quit node gracefully
|
||||
)
|
||||
Reference in New Issue
Block a user