1
0

command.go 376 B

1234567891011121314151617181920
  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. CommandGetDeprecatedNotes
  19. )