Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CompressReport ¶
type CompressReport struct { Path string // contains filtered or unexported fields }
func NewCompressReport ¶
func NewCompressReport(directory, extensionName string) (report *CompressReport, err error)
func (*CompressReport) FlushToFile ¶
func (cr *CompressReport) FlushToFile(printLog *log.Logger) (err error)
func (*CompressReport) WriteProcess ¶
func (cr *CompressReport) WriteProcess(process *compressor.CompressionProcess) (err error)
Click to show internal directories.
Click to hide internal directories.