command.go 133 B

123456789
  1. package libbox
  2. const (
  3. CommandLog int32 = iota
  4. CommandStatus
  5. CommandServiceStop
  6. CommandServiceReload
  7. CommandCloseConnections
  8. )