manager.go 117 B

12345678
  1. package manager
  2. const (
  3. // upper type
  4. UpperTypeBlack int8 = 1
  5. UpperTypeWhite int8 = 2
  6. UpperTypePGC int8 = 3
  7. )