package
3.0.2+incompatible
Repository: https://github.com/snowerwkh/image.git
Documentation: pkg.go.dev

# Functions

NewDestination returns a tarfile.Destination for the specified io.Writer.
NewSourceFromFile returns a tarfile.Source for the specified path.
NewSourceFromStream returns a tarfile.Source for the specified inputStream, which can be either compressed or uncompressed.

# Structs

Destination is a partial implementation of types.ImageDestination for writing to an io.Writer.
ManifestItem is an element of the array stored in the top-level manifest.json file.
Source is a partial implementation of types.ImageSource for reading from tarPath.