Searched defs:zipDiff (Results 1 – 2 of 2) sorted by relevance
52 type zipDiff struct { struct53 modified [][2]*ZipArtifactFile54 onlyInA, onlyInB []*ZipArtifactFile58 func (d *zipDiff) String() string {
195 func applyAllowLists(diff zipDiff, allowLists []allowList) (zipDiff, error) {