(entityId entity.Id, opId entity.Id)
| 156 | } |
| 157 | |
| 158 | func NewImportLabelChange(entityId entity.Id, opId entity.Id) ImportResult { |
| 159 | return ImportResult{ |
| 160 | EntityId: entityId, |
| 161 | OperationId: opId, |
| 162 | Event: ImportEventLabelChange, |
| 163 | } |
| 164 | } |
| 165 | |
| 166 | func NewImportTitleEdition(entityId entity.Id, opId entity.Id) ImportResult { |
| 167 | return ImportResult{ |
no outgoing calls
no test coverage detected