package
0.17.2
Repository: https://github.com/appc/docker2aci.git
Documentation: pkg.go.dev

# Functions

Walk walks through the files in the tarball represented by tarstream and passes each of them to the WalkFunc provided as an argument.

# Structs

TarFile is a representation of a file in a tarball.

# Type aliases

WalkFunc is a func for handling each file (header and byte stream) in a tarball.