| 10 | ) |
| 11 | |
| 12 | type TimelineItem interface { |
| 13 | // CombinedId returns the global identifier of the item |
| 14 | CombinedId() entity.CombinedId |
| 15 | } |
| 16 | |
| 17 | // CommentHistoryStep hold one version of a message in the history |
| 18 | type CommentHistoryStep struct { |
no outgoing calls
no test coverage detected