aboutsummaryrefslogtreecommitdiffstats
path: root/bug/op_label_change.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2021-02-20 14:37:06 +0100
committerMichael Muré <batolettre@gmail.com>2021-02-20 14:37:06 +0100
commitbd09541752ef4db008500d238762ebe7f2f7be39 (patch)
tree792dc112d2bc4a8815fc5c146476a5a30075997c /bug/op_label_change.go
parent45e540c178533ef9aab01b1c3e782bc63061e313 (diff)
downloadgit-bug-bd09541752ef4db008500d238762ebe7f2f7be39.tar.gz
entity: no sign-post needed
Diffstat (limited to 'bug/op_label_change.go')
-rw-r--r--bug/op_label_change.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/bug/op_label_change.go b/bug/op_label_change.go
index d682fe54..8b0e5ec8 100644
--- a/bug/op_label_change.go
+++ b/bug/op_label_change.go
@@ -21,9 +21,6 @@ type LabelChangeOperation struct {
Removed []Label `json:"removed"`
}
-// Sign-post method for gqlgen
-func (op *LabelChangeOperation) IsOperation() {}
-
func (op *LabelChangeOperation) Id() entity.Id {
return idOperation(op, &op.OpBase)
}