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. |
||
|---|---|---|
| .. | ||
| api | ||
| client.go | ||
| json.go | ||
| server.go | ||
| server_test.go | ||
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. |
||
|---|---|---|
| .. | ||
| api | ||
| client.go | ||
| json.go | ||
| server.go | ||
| server_test.go | ||