Searched defs:ZipArgs (Results 1 – 1 of 1) sorted by relevance
237 type ZipArgs struct { struct238 FileArgs []FileArg239 OutputFilePath string240 EmulateJar bool241 SrcJar bool242 AddDirectoryEntriesToZip bool243 CompressionLevel int244 ManifestSourcePath string245 NumParallelJobs int246 NonDeflatedFiles map[string]bool[all …]