package
5.34.0
Repository: https://github.com/containers/image.git
Documentation: pkg.go.dev

# Functions

CandidateLocationsFromV2 converts a slice of BICReplacementCandidate2 to a slice of types.BICReplacementCandidate, dropping compression information.
FromBlobInfoCache returns a BlobInfoCache2 based on a BlobInfoCache, returning the original object if it implements BlobInfoCache2, or a wrapper which discards compression information if it only implements BlobInfoCache.

# Constants

Uncompressed is the value we store in a blob info cache to indicate that we know that the blob in the corresponding location is not compressed.
UnknownCompression is the value we store in a blob info cache to indicate that we don't know if the blob in the corresponding location is compressed (and if so, how) or not.

# Structs

BICReplacementCandidate2 is an item returned by BlobInfoCache2.CandidateLocations2.
CandidateLocations2Options are used in CandidateLocations2.
DigestCompressorData is information known about how a blob is compressed.

# Interfaces

BlobInfoCache2 extends BlobInfoCache by adding the ability to track information about what kind of compression was applied to the blobs it keeps information about.