Add stop platform command

This commit is contained in:
世界
2023-03-04 00:40:47 +08:00
parent 8a6490afad
commit 7cad6aa32d
5 changed files with 56 additions and 3 deletions

View File

@@ -5,6 +5,7 @@ package libbox
const (
CommandLog int32 = iota
CommandStatus
CommandServiceStop
CommandServiceReload
CommandCloseConnections
)