diff options
Diffstat (limited to 'worker')
-rw-r--r-- | worker/types/messages.go | 5 |
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 +} |