feat(api): add search query to targets

This commit is contained in:
Jef Roosens 2022-12-31 10:19:59 +01:00 committed by Chewing_Bever
parent 60d5fb77e0
commit f8f611f5c5
Signed by untrusted user: Jef Roosens
GPG key ID: B75D4F293C7052DB
5 changed files with 58 additions and 12 deletions

View file

@ -73,4 +73,5 @@ pub mut:
limit u64 = 25
offset u64
repo string
query string
}