(entityId entity.Id)
| 138 | } |
| 139 | |
| 140 | func NewExportLabelChange(entityId entity.Id) ExportResult { |
| 141 | return ExportResult{ |
| 142 | EntityId: entityId, |
| 143 | Event: ExportEventLabelChange, |
| 144 | } |
| 145 | } |
| 146 | |
| 147 | func NewExportTitleEdition(entityId entity.Id) ExportResult { |
| 148 | return ExportResult{ |