Searched defs:ZipArgs (Results 1 – 1 of 1) sorted by relevance
260 type ZipArgs struct { struct261 FileArgs []FileArg262 OutputFilePath string263 EmulateJar bool264 SrcJar bool265 AddDirectoryEntriesToZip bool266 CompressionLevel int267 ManifestSourcePath string268 NumParallelJobs int269 NonDeflatedFiles map[string]bool[all …]