(entityID string)
| 542 | } |
| 543 | |
| 544 | func GetEntityPools(entityID string) []params.Pool { |
| 545 | return entityCache.GetEntityPools(entityID) |
| 546 | } |
| 547 | |
| 548 | func GetEntityScaleSets(entityID string) []params.ScaleSet { |
| 549 | return entityCache.GetEntityScaleSets(entityID) |