Lines Matching full:zip
18 "archive/zip"
28 // ZipArtifact represents a zip file that may be local or remote.
30 // Files returns the list of files contained in the zip file.
33 // Close closes the zip file artifact.
37 // localZipArtifact is a handle to a local zip file artifact.
39 zr *zip.ReadCloser
43 // NewLocalZipArtifact returns a ZipArtifact for a local zip file..
45 zr, err := zip.OpenReader(name)
61 // Files returns the list of files contained in the local zip file artifact.
66 // Close closes the buffered reader of the local zip file artifact.
71 // ZipArtifactFile contains a zip.File handle to the data inside the remote *-target_files-*.zip
74 *zip.File