(entityId entity.Id, reason string)
| 102 | } |
| 103 | |
| 104 | func NewExportNothing(entityId entity.Id, reason string) ExportResult { |
| 105 | return ExportResult{ |
| 106 | EntityId: entityId, |
| 107 | Reason: reason, |
| 108 | Event: ExportEventNothing, |
| 109 | } |
| 110 | } |
| 111 | |
| 112 | func NewExportBug(entityId entity.Id) ExportResult { |
| 113 | return ExportResult{ |