sing-box/experimental/libbox/command.go
2023-03-04 00:40:47 +08:00

12 lines
152 B
Go

//go:build darwin
package libbox
const (
CommandLog int32 = iota
CommandStatus
CommandServiceStop
CommandServiceReload
CommandCloseConnections
)