Documentation ¶ Index ¶ func Do(consumer *state.Consumer, file string, upstream bool) error func DoMk(consumer *state.Consumer, file string, rfc bool) error func Register(ctx *mansion.Context) type EachEntryFunc type ZipImpl Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Do ¶ func Do(consumer *state.Consumer, file string, upstream bool) error func DoMk ¶ func DoMk(consumer *state.Consumer, file string, rfc bool) error func Register ¶ func Register(ctx *mansion.Context) Types ¶ type EachEntryFunc ¶ type EachEntryFunc func(index int, name string, nonutf8 bool, uncompressedSize int64, rc io.ReadCloser, numEntries int) error type ZipImpl ¶ type ZipImpl interface { EachEntry(consumer *state.Consumer, r io.ReaderAt, size int64, cb EachEntryFunc) error } Source Files ¶ View all Source files auditzip.go Click to show internal directories. Click to hide internal directories.