mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-28 00:06:35 +08:00
支持优雅退出
This commit is contained in:
7
internal/events/events.go
Normal file
7
internal/events/events.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package events
|
||||
|
||||
type Event = string
|
||||
|
||||
const (
|
||||
EventQuit Event = "quit" // quit node gracefully
|
||||
)
|
||||
Reference in New Issue
Block a user