(entityId entity.Id)
| 110 | } |
| 111 | |
| 112 | func NewExportBug(entityId entity.Id) ExportResult { |
| 113 | return ExportResult{ |
| 114 | EntityId: entityId, |
| 115 | Event: ExportEventBug, |
| 116 | } |
| 117 | } |
| 118 | |
| 119 | func NewExportComment(entityId entity.Id) ExportResult { |
| 120 | return ExportResult{ |