sing-box/experimental/libbox/command.go

11 lines
132 B
Go
Raw Normal View History

2023-03-01 02:37:47 +00:00
//go:build darwin
package libbox
const (
CommandLog int32 = iota
CommandStatus
2023-03-03 11:26:54 +00:00
CommandServiceReload
CommandCloseConnections
2023-03-01 02:37:47 +00:00
)