(entityId entity.Id)
| 125 | } |
| 126 | |
| 127 | func NewImportBug(entityId entity.Id) ImportResult { |
| 128 | return ImportResult{ |
| 129 | EntityId: entityId, |
| 130 | Event: ImportEventBug, |
| 131 | } |
| 132 | } |
| 133 | |
| 134 | func NewImportComment(entityId entity.Id, commentId entity.CombinedId) ImportResult { |
| 135 | return ImportResult{ |
no outgoing calls
no test coverage detected