(entityId entity.Id, opId entity.Id)
| 164 | } |
| 165 | |
| 166 | func NewImportTitleEdition(entityId entity.Id, opId entity.Id) ImportResult { |
| 167 | return ImportResult{ |
| 168 | EntityId: entityId, |
| 169 | OperationId: opId, |
| 170 | Event: ImportEventTitleEdition, |
| 171 | } |
| 172 | } |
| 173 | |
| 174 | func NewImportIdentity(entityId entity.Id) ImportResult { |
| 175 | return ImportResult{ |
no outgoing calls
no test coverage detected