Add stop platform command

This commit is contained in:
世界 2023-03-04 00:40:47 +08:00
parent b9b2b77814
commit dd0a07624e
No known key found for this signature in database
GPG key ID: CD109927C34A63C4
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
)