mirror of
https://github.com/shtorm-7/sing-box-extended.git
synced 2026-05-18 18:43:37 +03:00
12 lines
152 B
Go
12 lines
152 B
Go
//go:build darwin
|
|
|
|
package libbox
|
|
|
|
const (
|
|
CommandLog int32 = iota
|
|
CommandStatus
|
|
CommandServiceStop
|
|
CommandServiceReload
|
|
CommandCloseConnections
|
|
)
|