(entityId entity.Id)
| 145 | } |
| 146 | |
| 147 | func NewExportTitleEdition(entityId entity.Id) ExportResult { |
| 148 | return ExportResult{ |
| 149 | EntityId: entityId, |
| 150 | Event: ExportEventTitleEdition, |
| 151 | } |
| 152 | } |
| 153 | |
| 154 | func NewExportRateLimiting(msg string) ExportResult { |
| 155 | return ExportResult{ |