//
pkg.gl
Category
github.com/bazelbuild/reclient
internal
pkg
tarfs
package
0.0.0-20241030154441-ed0afeddb1b5
Repository:
https://github.com/bazelbuild/reclient.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
0
Files
133 SLOC
#
Functions
NewTarFSFromBytes
NewTarFSFromBytes creates a new tar filesystem from the given byte data representing a tar archive.
#
Structs
FileInTar
FileInTar represents a combination of fs.File and fs.FileInfo interfaces.
TarFS
TarFS is a minimal in-memory filesystem constructed from a tar archive.