(entityId entity.Id, opId entity.Id)
| 148 | } |
| 149 | |
| 150 | func NewImportStatusChange(entityId entity.Id, opId entity.Id) ImportResult { |
| 151 | return ImportResult{ |
| 152 | EntityId: entityId, |
| 153 | OperationId: opId, |
| 154 | Event: ImportEventStatusChange, |
| 155 | } |
| 156 | } |
| 157 | |
| 158 | func NewImportLabelChange(entityId entity.Id, opId entity.Id) ImportResult { |
| 159 | return ImportResult{ |
no outgoing calls
no test coverage detected