debian-forge-composer/internal/jobqueue
Tom Gundersen 11d0da0b5c jobqueue/JobStatus: return result as json.RawMessage
Similarly to the recent changes to Dequeue(), let the caller unmarshal the
return JSON. This allows us to pass the result on without being able
to unmarshal it.

In follow-up patches, we will pass results of jobs to dependent jobs,
but the worker API does not know about the different job types, nor how
to unmarshal them.
2020-11-11 18:16:42 +01:00
..
fsjobqueue jobqueue/JobStatus: return result as json.RawMessage 2020-11-11 18:16:42 +01:00
testjobqueue jobqueue/JobStatus: return result as json.RawMessage 2020-11-11 18:16:42 +01:00
jobqueue.go jobqueue/JobStatus: return result as json.RawMessage 2020-11-11 18:16:42 +01:00