Searched defs:testInputZip (Results 1 – 1 of 1) sorted by relevance
54 type testInputZip struct { struct55 name string56 entries []testZipEntry57 reader *zip.Reader60 func (tiz *testInputZip) Name() string {64 func (tiz *testInputZip) Open() error {71 func (tiz *testInputZip) Close() error {76 func (tiz *testInputZip) Entries() []*zip.File {83 func (tiz *testInputZip) IsOpen() bool {