//
pkg.gl
Category
github.com/appc/docker2aci
lib
internal
tarball
package
0.17.2
Repository:
https://github.com/appc/docker2aci.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
3
Files
36 SLOC
#
Functions
Walk
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
TarFile is a representation of a file in a tarball.
#
Type aliases
WalkFunc
WalkFunc is a func for handling each file (header and byte stream) in a tarball.