package
0.0.0-20240904191305-1ddb18b1f6a5
Repository: https://github.com/chainguard-dev/go-workqueue.git
Documentation: pkg.go.dev

# Functions

NewWorkQueue creates a new GCS-backed workqueue.

# Variables

RefreshInterval is the period on which we refresh the lease of owned objects It is surfaced as a global, so that it can be mutated by tests and exposed as a flag by binaries wrapping this library.

# Interfaces

ClientInterface is an interface that abstracts the GCS client.