(scaleSetID uint)
| 570 | } |
| 571 | |
| 572 | func GetEntityForScaleSet(scaleSetID uint) (params.ForgeEntity, bool) { |
| 573 | return entityCache.GetEntityForScaleSet(scaleSetID) |
| 574 | } |
| 575 | |
| 576 | func GetEntityForPool(poolID string) (params.ForgeEntity, bool) { |
| 577 | return entityCache.GetEntityForPool(poolID) |