bundle

package
v1.1.10 Latest Latest
Warning

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

Go to latest
Published: Mar 8, 2026 License: BSD-3-Clause Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Compress

func Compress(inPath, outPath string, bufferSize int) (*os.File, error)

Compress will compress the given file inPath to the given outPath

func SingleFileTarball

func SingleFileTarball(filename string, writers ...io.Writer) error

create a tarball of a single file

func Tarball

func Tarball(src string, options *Options, writers ...io.Writer) error

func Zip

func Zip(zipMethod ZipMethod, source, target string, files ...string) (*os.File, error)

Zip contents from source to target and returns the file.

func ZipFile

func ZipFile(archive *zip.Writer, source string, files ...string) error

Types

type FileOptions

type FileOptions struct {
	AccessTime time.Time
	ChangeTime time.Time
	ModTime    time.Time
}

FileOptions declares changes to be made to individual files when walking a directory

type Options

type Options struct {
	FileOptions
}

Options declares overrides to be made to files while creating the tarball.

type ZipMethod

type ZipMethod func(archive *zip.Writer, source string, files ...string) error

Jump to

Keyboard shortcuts

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