Categorygithub.com/Scalingo/go-utils/tarball
modulepackage
1.1.1
Repository: https://github.com/scalingo/go-utils.git
Documentation: pkg.go.dev

# README

Package tarball v1.1.1

Godoc Documentation

Purpose

This package contains helper to manipulate tarball, compressed or not.

tarball.Create(context.Context, string, io.Writer, CreateOpts) error
tarball.Extract(context.Context, string, io.Reader, ExtractOpts)
tarball.Tar(io.Writer, map[string]TarFileReader) error

# Functions

No description provided by the author
No description provided by the author
No description provided by the author
Tar is a methods to write a tarball out of a map of TarFileReader, data can then come from disk or memory.

# Constants

block device node.
character device node.
reserved.
directory.
fifo node.
Next file symlinks to a file w/ a long name.
Next file has a long name.
sparse file.
hard link.
regular file.
regular file.
symbolic link.
global extended header.
extended header.

# Structs

CreateOpts gathers all possible options to create a tarball archive.
No description provided by the author
No description provided by the author