RunStatus.go 76 B

123456
  1. package Constant
  2. const (
  3. RunStatus_Stoped =byte(iota)
  4. RunStatus_Running
  5. )
粤ICP备19079148号