Versions in this module Expand all Collapse all v4 v4.0.1 Oct 3, 2019 Changes in this version + func AlgorithmPrefix(algo Algorithm) []byte + type Algorithm struct + func NewAlgorithm(name string, prefix []byte, decompressor DecompressorFunc, ...) Algorithm + func (c Algorithm) Name() string + type CompressorFunc func(io.Writer, *int) (io.WriteCloser, error) + func AlgorithmCompressor(algo Algorithm) CompressorFunc + type DecompressorFunc func(io.Reader) (io.ReadCloser, error) + func AlgorithmDecompressor(algo Algorithm) DecompressorFunc Other modules containing this package github.com/containers/image/v5