package
0.0.0-20240624235250-9e89dfb7520d
Repository: https://github.com/tailscale/pkgsitelib.git
Documentation: pkg.go.dev

# Packages

Package gcpqueue provides a GCP queue implementation that can be used for asynchronous scheduling of fetch actions.

# Functions

NewInMemory creates a new InMemory that asynchronously fetches from proxyClient and stores in db.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

InMemory is a Queue implementation that schedules in-process fetch operations.
Options is used to provide option arguments for a task queue.

# Interfaces

A Queue provides an interface for asynchronous scheduling of fetch actions.

# Type aliases

No description provided by the author