(entityId entity.Id)
| 117 | } |
| 118 | |
| 119 | func NewExportComment(entityId entity.Id) ExportResult { |
| 120 | return ExportResult{ |
| 121 | EntityId: entityId, |
| 122 | Event: ExportEventComment, |
| 123 | } |
| 124 | } |
| 125 | |
| 126 | func NewExportCommentEdition(entityId entity.Id) ExportResult { |
| 127 | return ExportResult{ |