mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-09-16 21:30:27 +00:00
11 lines
136 B
Go
11 lines
136 B
Go
package libbox
|
|
|
|
const (
|
|
CommandLog int32 = iota
|
|
CommandStatus
|
|
CommandGroup
|
|
CommandClashMode
|
|
CommandConnections
|
|
CommandOutbounds
|
|
)
|