()
| 32 | } |
| 33 | |
| 34 | func (e *CachedEntityBase[SnapT, OpT]) notifyUpdated() error { |
| 35 | return e.entityUpdated(e.entity.Id()) |
| 36 | } |
| 37 | |
| 38 | // ResolveOperationWithMetadata will find an operation that has the matching metadata |
| 39 | func (e *CachedEntityBase[SnapT, OpT]) ResolveOperationWithMetadata(key string, value string) (entity.Id, error) { |
no test coverage detected