(entityID string)
| 176 | } |
| 177 | |
| 178 | func GetEntityInstances(entityID string) []params.Instance { |
| 179 | return instanceCache.GetEntityInstances(entityID) |
| 180 | } |
| 181 | |
| 182 | func GetEntityForInstance(name string) (params.ForgeEntity, bool) { |
| 183 | return instanceCache.GetEntityForInstance(name) |
no test coverage detected