Searched defs:testInputZip (Results 1 – 1 of 1) sorted by relevance
61 type testInputZip struct { struct62 name string63 entries []testZipEntry64 reader *zip.Reader67 func (tiz *testInputZip) Name() string {71 func (tiz *testInputZip) Open() error {78 func (tiz *testInputZip) Close() error {83 func (tiz *testInputZip) Entries() []*zip.File {90 func (tiz *testInputZip) IsOpen() bool {