forked from vieter-v/vieter
chore: please the linter
This commit is contained in:
parent
5cbfc0ebcb
commit
03f2240ff6
6 changed files with 7 additions and 6 deletions
|
|
@ -2,6 +2,7 @@ module client
|
|||
|
||||
import build { BuildConfig }
|
||||
|
||||
// poll_jobs requests a list of new build jobs from the server.
|
||||
pub fn (c &Client) poll_jobs(arch string, max int) ![]BuildConfig {
|
||||
data := c.send_request<[]BuildConfig>(.get, '/api/v1/jobs/poll', {
|
||||
'arch': arch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue