Searched defs:testZipEntry (Results 1 – 1 of 1) sorted by relevance
30 type testZipEntry struct { struct31 name string32 mode os.FileMode33 data []byte34 method uint16300 func testZipEntriesToBuf(entries []testZipEntry) []byte {335 func testZipEntriesToZipReader(entries []testZipEntry) *zip.Reader {