debian-forge-composer/internal/worker
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 worker: introduce dynamicArgs 2020-11-11 18:16:42 +01:00
client.go worker: implement koji job types 2020-11-11 18:16:42 +01:00
json.go worker: implement koji job types 2020-11-11 18:16:42 +01:00
server.go worker: make Enqueue() specific for each job type 2020-11-11 18:16:42 +01:00
server_test.go worker: make Enqueue() specific for each job type 2020-11-11 18:16:42 +01:00