package
0.0.0-20250227074154-20a2e6d4cc71
Repository: https://github.com/buildbarn/bb-remote-execution.git
Documentation: pkg.go.dev

# Functions

NewBatchedStoreBlobAccess is an adapter for BlobAccess that causes Put() operations to be enqueued.
NewBlobAccessMutableProtoStore creates an instance of MutableProtoStore that is backed by BlobAccess.
NewExistencePreconditionBlobAccess wraps a BlobAccess into a version that returns GRPC status code "FAILED_PRECONDITION" instead of "NOT_FOUND" for Get() operations.
NewSuspendingBlobAccess is a decorator for BlobAccess that simply forwards all methods.

# Interfaces

MutableProtoHandle is a handle that is returned by MutableProtoStore.
MutableProtoStore is a store for Protobuf messages, allowing them both to be read and written.