Versions in this module Expand all Collapse all v0 v0.1.40 Jun 15, 2026 v0.1.39 Jun 14, 2026 Changes in this version + type Compressor struct + func NewCompressor() *Compressor + func (c *Compressor) CreateTarZstd(ctx context.Context, sourceDir, archivePath string) (int64, error) + func (c *Compressor) ExtractTarZstd(ctx context.Context, archivePath, destDir string) error