package
0.0.0-20240716132614-1643519e6f91
Repository: https://github.com/triggermail/luci-go.git
Documentation: pkg.go.dev
# Variables
ErrBadData is an error returned when the stored data is invalid.
ErrDoesNotExist returned if an attempt is made to read a record that doesn't exist.
ErrExists returned if an attempt is made to overwrite an existing record.
ErrReadOnly can be returned by Storage methods to indicate that the Storage is read-only.
# Structs
CacheKey is a single cache item's key.
Config is the set of runtime configuration parameters for this storage instance.
Entry is a logpb.LogEntry wrapper that lazily evaluates / unmarshals the underlying LogEntry data as needed.
GetRequest is a request to retrieve a series of LogEntry records.
PutRequest describes adding a single storage record to BigTable.
# Type aliases
GetCallback is invoked for each record in the Get request.