bundle

package
v0.1.5 Latest Latest
Warning

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

Go to latest
Published: Mar 21, 2023 License: MIT Imports: 10 Imported by: 5

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) (*os.File, error)

Zip contents from source to target and returns the file. REF: https://forum.golangbridge.org/t/trying-to-zip-files-without-creating-folder-inside-archive/10260

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.

Jump to

Keyboard shortcuts

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