diff options
Diffstat (limited to 'bug')
-rw-r--r-- | bug/timeline.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bug/timeline.go b/bug/timeline.go index 359389a6..2f879209 100644 --- a/bug/timeline.go +++ b/bug/timeline.go @@ -9,6 +9,7 @@ type TimelineItem interface { Hash() git.Hash } +// CommentHistoryStep hold one version of a message in the history type CommentHistoryStep struct { // The author of the edition, not necessarily the same as the author of the // original comment |