sing-box/experimental/libbox/command.go
2023-08-20 13:31:55 +08:00

13 lines
186 B
Go

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