zipper

package
v0.0.0-...-098adc7 Latest Latest
Warning

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

Go to latest
Published: Nov 23, 2015 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DropletArtifactZipper

type DropletArtifactZipper struct{}

func (*DropletArtifactZipper) IsZipFile

func (zipper *DropletArtifactZipper) IsZipFile(path string) bool

func (*DropletArtifactZipper) Unzip

func (zipper *DropletArtifactZipper) Unzip(srcZip string, destDir string) error

func (*DropletArtifactZipper) Zip

func (zipper *DropletArtifactZipper) Zip(srcDir string, cfIgnore cf_ignore.CFIgnore) (string, error)

type Zipper

type Zipper interface {
	Zip(srcDir string, cfIgnore cf_ignore.CFIgnore) (string, error)
	IsZipFile(path string) bool
	Unzip(srcZip string, destDir string) error
}

Directories

Path Synopsis
This file was generated by counterfeiter
This file was generated by counterfeiter

Jump to

Keyboard shortcuts

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