Add reload platform command

This commit is contained in:
世界
2023-03-03 19:26:54 +08:00
parent 2366835121
commit b9b2b77814
13 changed files with 286 additions and 19 deletions

View File

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