Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Compressor ¶
type Compressor struct {
// contains filtered or unexported fields
}
func NewCompressor ¶
func NewCompressor(source string) *Compressor
func (*Compressor) ChangeOutDirectory ¶
func (compressor *Compressor) ChangeOutDirectory(directory string)
func (*Compressor) Compress ¶
func (compressor *Compressor) Compress(entries []fs.DirEntry)
func (*Compressor) EnableDeflate ¶
func (compressor *Compressor) EnableDeflate()
func (*Compressor) EnableGzip ¶
func (compressor *Compressor) EnableGzip()
Click to show internal directories.
Click to hide internal directories.