Searched defs:ZipArtifactFile (Results 1 – 4 of 4) sorted by relevance
104 func filterModifiedPaths(l [][2]*ZipArtifactFile, allowLists []allowList) ([][2]*ZipArtifactFile, e…129 func filterNewPaths(l []*ZipArtifactFile, allowLists []allowList) ([]*ZipArtifactFile, error) {150 func diffIgnoringMatchingLines(a *ZipArtifactFile, b *ZipArtifactFile, ignoreMatchingLines []string…
73 type ZipArtifactFile struct { struct74 *zip.File
46 func filterTargetZipFiles(files []*ZipArtifactFile, artifact string, patterns []string) ([]*ZipArti…
100 func diffTargetFilesLists(a, b []*ZipArtifactFile) zipDiff {