()
| 557 | } |
| 558 | |
| 559 | func (x *TaskQueuePartition) GetStickyName() string { |
| 560 | if x != nil { |
| 561 | if x, ok := x.PartitionId.(*TaskQueuePartition_StickyName); ok { |
| 562 | return x.StickyName |
| 563 | } |
| 564 | } |
| 565 | return "" |
| 566 | } |
| 567 | |
| 568 | func (x *TaskQueuePartition) GetWorkerCommands() *WorkerCommandsPartitionId { |
| 569 | if x != nil { |
no outgoing calls
no test coverage detected