command.go 349 B

12345678910111213141516171819
  1. package libbox
  2. const (
  3. CommandLog int32 = iota
  4. CommandStatus
  5. CommandServiceReload
  6. CommandServiceClose
  7. CommandCloseConnections
  8. CommandGroup
  9. CommandSelectOutbound
  10. CommandURLTest
  11. CommandGroupExpand
  12. CommandClashMode
  13. CommandSetClashMode
  14. CommandGetSystemProxyStatus
  15. CommandSetSystemProxyEnabled
  16. CommandConnections
  17. CommandCloseConnection
  18. )