sing-box/experimental/libbox/command.go

10 lines
133 B
Go
Raw Normal View History

2023-03-01 10:37:47 +08:00
package libbox
const (
CommandLog int32 = iota
CommandStatus
2023-03-04 00:40:47 +08:00
CommandServiceStop
2023-03-03 19:26:54 +08:00
CommandServiceReload
CommandCloseConnections
2023-03-01 10:37:47 +08:00
)