aboutsummaryrefslogtreecommitdiffstats
path: root/bug/timeline.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-12-23 17:55:41 +0100
committerMichael Muré <batolettre@gmail.com>2018-12-23 17:55:41 +0100
commit0d5bd6b18afde898e610746657a87080235f6222 (patch)
treebe714ae264bcda3aff003c4e4080687e628aeec3 /bug/timeline.go
parent1410a1af75b1ab9ea3f980a7e372728f9a123abf (diff)
downloadgit-bug-0d5bd6b18afde898e610746657a87080235f6222.tar.gz
graphql: now that it's possible, split the schema for clarity
Diffstat (limited to 'bug/timeline.go')
-rw-r--r--bug/timeline.go1
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