debian-forge-composer/internal/weldr
Tom Gundersen 98fd290a08 worker: make Enqueue() specific for each job type
Most of the worker API is now untyped, but keep Enqueu() typed to
ensure the job objects match the names in the queue. This means we
must add a version of Enqueue() for each job type we support.
2020-11-11 18:16:42 +01:00
..
api.go worker: make Enqueue() specific for each job type 2020-11-11 18:16:42 +01:00
api_test.go worker: make Enqueue() specific for each job type 2020-11-11 18:16:42 +01:00
compose.go weldr: rename C{Waiting,Running,Finished,Failed} 2020-11-09 14:17:19 +01:00
json.go weldr: implement cancel route 2020-06-12 10:00:50 +02:00
upload.go weldr: rename C{Waiting,Running,Finished,Failed} 2020-11-09 14:17:19 +01:00
util.go composer/job-queue: add scaffolding for the job queue API 2019-09-26 19:53:06 +02:00