(entityID string, scaleSetID uint)
| 534 | } |
| 535 | |
| 536 | func GetEntityScaleSet(entityID string, scaleSetID uint) (params.ScaleSet, bool) { |
| 537 | return entityCache.GetEntityScaleSet(entityID, scaleSetID) |
| 538 | } |
| 539 | |
| 540 | func FindPoolsMatchingAllTags(entityID string, tags []string) []params.Pool { |
| 541 | return entityCache.FindPoolsMatchingAllTags(entityID, tags) |