compress

package
v1.0.12 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2022 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Compressor

type Compressor interface {
	Compress(fileOut string, pathIn ...string) error
}

Compressor умеет упаковать файлы в архив

type CompressorDecompressor

type CompressorDecompressor interface {
	Compressor
	Decompressor
}

type Decompressor

type Decompressor interface {
	Decompress(fileIn string, pathOut string) error
}

Decompressor умеет распаковать файлы из архива

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL