Versions in this module Expand all Collapse all v0 v0.0.2 Aug 14, 2019 v0.0.1 Aug 14, 2019 Changes in this version + func NewFileMover(fs boshsys.FileSystem) fileMover + type Compressor interface + CleanUp func(path string) error + CompressFilesInDir func(dir string) (path string, err error) + CompressSpecificFilesInDir func(dir string, files []string) (path string, err error) + DecompressFileToDir func(path string, dir string, options CompressorOptions) (err error) + func NewTarballCompressor(cmdRunner boshsys.CmdRunner, fs boshsys.FileSystem) Compressor + type CompressorOptions struct + PathInArchive string + SameOwner bool + StripComponents int + type Copier interface + CleanUp func(tempDir string) + FilteredCopyToTemp func(dir string, filters []string) (tempDir string, err error) + func NewGenericCpCopier(fs boshsys.FileSystem, logger boshlog.Logger) Copier + type Mover interface + Move func(string, string) error