feat(filters): add priority (#166)

This commit is contained in:
Ludvig Lundgren 2022-03-05 22:44:29 +01:00 committed by GitHub
parent 1374dd150c
commit 2dc02a4c02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 20 additions and 5 deletions

View file

@ -32,6 +32,7 @@ type Filter struct {
MinSize string `json:"min_size"`
MaxSize string `json:"max_size"`
Delay int `json:"delay"`
Priority int32 `json:"priority"`
MatchReleases string `json:"match_releases"`
ExceptReleases string `json:"except_releases"`
UseRegex bool `json:"use_regex"`