package
0.0.0-20240716132614-1643519e6f91
Repository: https://github.com/triggermail/luci-go.git
Documentation: pkg.go.dev

# Packages

Package main implements a simple CLI tool to load and interact with storage data in Google BigTable data.

# Functions

DefaultCallOptions returns a function set of ClientOptions to apply to a BigTable client.
NewMemoryInstance returns an in-memory BigTable Storage implementation.

# Constants

DefaultMaxLogAge is the maximum age of a log (7 days).

# Variables

InitializeScopes is the set of OAuth scopes needed to use the Initialize functionality.
StorageReadOnlyScopes is the set of OAuth scopes needed to use the storage functionality.
StorageScopes is the set of OAuth scopes needed to use the storage functionality.

# Structs

Storage is a BigTable storage configuration client.

# Interfaces

Testing is an extension of storage.Storage with additional testing capabilities.