command.go 118 B

123456789
  1. package libbox
  2. const (
  3. CommandLog int32 = iota
  4. CommandStatus
  5. CommandGroup
  6. CommandClashMode
  7. CommandConnections
  8. )