Searched defs:testInputZip (Results 1 – 1 of 1) sorted by relevance
66 type testInputZip struct { struct67 name string68 entries []testZipEntry69 reader *zip.Reader72 func (tiz *testInputZip) Name() string {76 func (tiz *testInputZip) Open() error {83 func (tiz *testInputZip) Close() error {88 func (tiz *testInputZip) Entries() []*zip.File {95 func (tiz *testInputZip) IsOpen() bool {