(poolID string)
| 578 | } |
| 579 | |
| 580 | func GetPoolByID(poolID string) (params.Pool, bool) { |
| 581 | return entityCache.GetPoolByID(poolID) |
| 582 | } |
| 583 | |
| 584 | func GetScaleSetByID(scaleSetID uint) (params.ScaleSet, bool) { |
| 585 | return entityCache.GetScaleSetByID(scaleSetID) |