MCPcopy Index your code
hub / github.com/cloudfoundry/cli / Zip

Method Zip

cf/appfiles/zipper.go:20–20  ·  view source on GitHub ↗
(dirToZip string, targetFile *os.File)

Source from the content-addressed store, hash-verified

18
19type Zipper interface {
20 Zip(dirToZip string, targetFile *os.File) (err error)
21 IsZipFile(path string) bool
22 Unzip(appDir string, destDir string) (err error)
23 GetZipSize(zipFile *os.File) (int64, error)

Callers 3

uploadAppMethod · 0.65
zipper_test.goFile · 0.65

Implementers 2

ApplicationZippercf/appfiles/zipper.go
FakeZippercf/appfiles/appfilesfakes/fake_zipper.

Calls

no outgoing calls

Tested by

no test coverage detected