Add stop platform command

This commit is contained in:
世界
2023-03-04 00:40:47 +08:00
parent b9b2b77814
commit dd0a07624e
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
)