mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 02:11:01 +00:00
0bd10fa507
* Fix "Empty slice declaration using a literal" * Fix "collides with imported package name" * Remove unused code in pipeline * Remove unused oauth2.providerAuthHeaderWorks() * Add TODOs * Format Code * Cleanup doublestar import * Migrate deprecated functions Co-authored-by: Anbraten <anton@ju60.de> |
||
---|---|---|
.. | ||
fifo.go | ||
fifo_test.go | ||
LICENSE | ||
queue.go | ||
README.md | ||
worker.go | ||
worker_test.go |
queue package
Go package provides a common interface for working with task queues.
History
This was originally published in: https://github.com/cncd/queue Then it was included in: https://github.com/drone-ci/drone/cncd/queue
Documentation:
https://godoc.org/github.com/woodpecker-ci/woodpecker/server/queue