aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_label_change.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-05-22 23:31:46 +0200
committerGitHub <noreply@github.com>2019-05-22 23:31:46 +0200
commit8c263465fbd956f2964bb7cd911b5ea5e8d5a50e (patch)
treef6ed073888a8610100f5e79aa44d8bca6a76c723 /bug/op_label_change.go
parent6e20bf0e73862854aea0cd759a880a6b5f473880 (diff)
parent1c2ee10ce7a32df892604846279c7e199ce0ccea (diff)
downloadgit-bug-8c263465fbd956f2964bb7cd911b5ea5e8d5a50e.tar.gz
Merge pull request #149 from MichaelMure/sandhose/authored
graphql: Implement `Authored` whenever possible
Diffstat (limited to 'bug/op_label_change.go')
-rw-r--r--bug/op_label_change.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/bug/op_label_change.go b/bug/op_label_change.go
index 0e7929b7..c5b3765d 100644
--- a/bug/op_label_change.go
+++ b/bug/op_label_change.go
@@ -303,3 +303,6 @@ func (l LabelChangeResult) String() string {
panic(fmt.Sprintf("unknown label change status %v", l.Status))
}
}
+
+// Sign post method for gqlgen
+func (item *LabelChangeTimelineItem) IsAuthored() {}