mirror of
https://github.com/SagerNet/sing-box.git
synced 2024-11-17 00:13:42 +08:00
11 lines
132 B
Go
11 lines
132 B
Go
//go:build darwin
|
|
|
|
package libbox
|
|
|
|
const (
|
|
CommandLog int32 = iota
|
|
CommandStatus
|
|
CommandServiceReload
|
|
CommandCloseConnections
|
|
)
|