package
0.0.0-20240826165608-8bb46037fbee
Repository: https://github.com/mattmoor/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.