()
| 357 | } |
| 358 | |
| 359 | func (x PartitionState) String() string { |
| 360 | s, ok := PartitionState_name[int32(x)] |
| 361 | if ok { |
| 362 | return s |
| 363 | } |
| 364 | return strconv.Itoa(int(x)) |
| 365 | } |
| 366 | func (x OwnerState) String() string { |
| 367 | s, ok := OwnerState_name[int32(x)] |
| 368 | if ok { |