(entityId entity.Id)
| 131 | } |
| 132 | |
| 133 | func NewExportStatusChange(entityId entity.Id) ExportResult { |
| 134 | return ExportResult{ |
| 135 | EntityId: entityId, |
| 136 | Event: ExportEventStatusChange, |
| 137 | } |
| 138 | } |
| 139 | |
| 140 | func NewExportLabelChange(entityId entity.Id) ExportResult { |
| 141 | return ExportResult{ |