debian-forge-composer/internal/worker
Ondřej Budai fa5b775718 worker/server: make JobStatus() return JobStatus struct
Personally, I don't like methods returning too much values. I think it's
easy to assign the values in an incorrect order and thus interpreting them
in a wrong way. Also, the following commits will make JobStatus() return
also the JobResult, which would make the number of returned values even
higher.

Not a functional change.
2020-05-19 22:20:20 +02:00
..
client.go store: move queue out of the store 2020-05-08 14:53:00 +02:00
json.go store: move queue out of the store 2020-05-08 14:53:00 +02:00
server.go worker/server: make JobStatus() return JobStatus struct 2020-05-19 22:20:20 +02:00
server_test.go store: move queue out of the store 2020-05-08 14:53:00 +02:00