From 2705d8460d7e974ee01ad41ce063ae3feeb30317 Mon Sep 17 00:00:00 2001 From: Reto Brunner Date: Sat, 21 Dec 2019 16:21:25 +0100 Subject: add LabelList event --- worker/types/messages.go | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'worker/types/messages.go') 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 +} -- cgit v1.2.3