bundle

package
v0.1.7 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2023 License: MIT Imports: 11 Imported by: 3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Compress added in v0.1.4

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

Compress will compress the given file inPath to the given outPath

func Tarball

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

func Zip

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

Zip contents from source to target and returns the file.

func ZipFile added in v0.1.6

func ZipFile(archive *zip.Writer, source 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 added in v0.1.6

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

Jump to

Keyboard shortcuts

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