aboutsummaryrefslogtreecommitdiff
path: root/worker/types/messages.go
diff options
context:
space:
mode:
Diffstat (limited to 'worker/types/messages.go')
-rw-r--r--worker/types/messages.go5
1 files changed, 5 insertions, 0 deletions
diff --git a/worker/types/messages.go b/worker/types/messages.go
index 3539139..a38ff94 100644
--- a/worker/types/messages.go
+++ b/worker/types/messages.go
@@ -183,3 +183,8 @@ type ModifyLabels struct {
Add []string
Remove []string
}
+
+type LabelList struct {
+ Message
+ Labels []string
+}