(entityId entity.Id, commentId entity.CombinedId)
| 140 | } |
| 141 | |
| 142 | func NewImportCommentEdition(entityId entity.Id, commentId entity.CombinedId) ImportResult { |
| 143 | return ImportResult{ |
| 144 | EntityId: entityId, |
| 145 | ComponentId: commentId, |
| 146 | Event: ImportEventCommentEdition, |
| 147 | } |
| 148 | } |
| 149 | |
| 150 | func NewImportStatusChange(entityId entity.Id, opId entity.Id) ImportResult { |
| 151 | return ImportResult{ |
no outgoing calls
no test coverage detected