(entityID string)
| 546 | } |
| 547 | |
| 548 | func GetEntityScaleSets(entityID string) []params.ScaleSet { |
| 549 | return entityCache.GetEntityScaleSets(entityID) |
| 550 | } |
| 551 | |
| 552 | func UpdateCredentialsInAffectedEntities(creds params.ForgeCredentials) { |
| 553 | entityCache.UpdateCredentialsInAffectedEntities(creds) |