Versions in this module Expand all Collapse all v1 v1.0.2 Jan 23, 2026 v1.0.1 Jan 23, 2026 Changes in this version + func GetInnerExtension(filePath string) string + func GetUncompressedPath(filePath string) string + func IsCompressed(filePath string) bool + func SupportedCompressions() []string + type Compression string + const CompressionBzip2 + const CompressionGzip + const CompressionNone + const CompressionXZ + const CompressionZstd + func DetectCompression(filePath string) Compression + type CompressionHandler struct + func NewCompressionHandler() *CompressionHandler + func (h *CompressionHandler) Cleanup() error + func (h *CompressionHandler) GetOriginalPath(decompressedPath string) string + func (h *CompressionHandler) GetPathMapping() map[string]string + func (h *CompressionHandler) ResolveFiles(files []string) ([]string, error)