archive

package
v0.0.0-...-9818686 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 6, 2020 License: Apache-2.0 Imports: 1 Imported by: 2

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Archive

type Archive interface {
	// Pack writes an archive containing the source
	Pack(srcs []string, w io.Writer) error

	// Unpack reads the archive and restores it to the destination
	Unpack(dst string, r io.Reader) error
}

Archive is an interface for packing and unpacking archive formats.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL