Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewReadFallbackBlobAccess ¶
func NewReadFallbackBlobAccess(primary, secondary blobstore.BlobAccess, replicator replication.BlobReplicator) blobstore.BlobAccess
NewReadFallbackBlobAccess creates a decorator for BlobAccess that causes reads for non-existent to be forwarded to a secondary storage backend. Data is never written to the latter.
This decorator can be used to integrate external data sets into the system, e.g. by combining it with ReferenceExpandingBlobAccess.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.