2023-08-12 20:01:15 +08:00

13 lines
186 B
Go

package libbox
const (
CommandLog int32 = iota
CommandStatus
CommandServiceReload
CommandCloseConnections
CommandGroup
CommandSelectOutbound
CommandURLTest
CommandGroupExpand
)