()
| 541 | } |
| 542 | |
| 543 | func (x *TaskQueuePartition) GetPartitionId() isTaskQueuePartition_PartitionId { |
| 544 | if x != nil { |
| 545 | return x.PartitionId |
| 546 | } |
| 547 | return nil |
| 548 | } |
| 549 | |
| 550 | func (x *TaskQueuePartition) GetNormalPartitionId() int32 { |
| 551 | if x != nil { |
no outgoing calls
no test coverage detected