Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMirroredBlobAccess ¶
func NewMirroredBlobAccess(backendA, backendB blobstore.BlobAccess, replicatorAToB, replicatorBToA replication.BlobReplicator) blobstore.BlobAccess
NewMirroredBlobAccess creates a BlobAccess that applies operations to two storage backends in such a way that they are mirrored. When inconsistencies between the two storage backends are detected (i.e., a blob is only present in one of the backends), the blob is replicated.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.