(entityId entity.Id)
| 124 | } |
| 125 | |
| 126 | func NewExportCommentEdition(entityId entity.Id) ExportResult { |
| 127 | return ExportResult{ |
| 128 | EntityId: entityId, |
| 129 | Event: ExportEventCommentEdition, |
| 130 | } |
| 131 | } |
| 132 | |
| 133 | func NewExportStatusChange(entityId entity.Id) ExportResult { |
| 134 | return ExportResult{ |