command.go 152 B

1234567891011
  1. //go:build darwin
  2. package libbox
  3. const (
  4. CommandLog int32 = iota
  5. CommandStatus
  6. CommandServiceStop
  7. CommandServiceReload
  8. CommandCloseConnections
  9. )