Searched refs:testInputZip (Results 1 – 1 of 1) sorted by relevance
54 type testInputZip struct { struct60 func (tiz *testInputZip) Name() string { argument64 func (tiz *testInputZip) Open() error { argument71 func (tiz *testInputZip) Close() error { argument76 func (tiz *testInputZip) Entries() []*zip.File { argument83 func (tiz *testInputZip) IsOpen() bool { argument245 inputZips[i] = &testInputZip{name: "in" + strconv.Itoa(i), entries: in}