Now that the "old" `jobqueue` package was renamed to `worker`, add a new package that contains an interface to an actual job queue. Also add two implementations: fsjobqueue, a job queue backed by the file system, and testjobqueue, which can be used as a mock implementation for testing. These packages are not yet used. |
||
|---|---|---|
| .. | ||
| fsjobqueue.go | ||
| fsjobqueue_private_test.go | ||
| fsjobqueue_test.go | ||