sing-box/experimental/libbox/command.go

10 lines
133 B
Go
Raw Normal View History

2023-03-01 02:37:47 +00:00
package libbox
const (
CommandLog int32 = iota
CommandStatus
2023-03-03 16:40:47 +00:00
CommandServiceStop
2023-03-03 11:26:54 +00:00
CommandServiceReload
CommandCloseConnections
2023-03-01 02:37:47 +00:00
)