sing-box/experimental/libbox/command.go
2023-04-05 19:54:20 +08:00

10 lines
133 B
Go

package libbox
const (
CommandLog int32 = iota
CommandStatus
CommandServiceStop
CommandServiceReload
CommandCloseConnections
)