(entityId entity.Id, commentId entity.CombinedId)
| 132 | } |
| 133 | |
| 134 | func NewImportComment(entityId entity.Id, commentId entity.CombinedId) ImportResult { |
| 135 | return ImportResult{ |
| 136 | EntityId: entityId, |
| 137 | ComponentId: commentId, |
| 138 | Event: ImportEventComment, |
| 139 | } |
| 140 | } |
| 141 | |
| 142 | func NewImportCommentEdition(entityId entity.Id, commentId entity.CombinedId) ImportResult { |
| 143 | return ImportResult{ |
no outgoing calls
no test coverage detected