Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CmdCompressor ¶
type CmdCompressor struct {
// contains filtered or unexported fields
}
func NewCmdCompressor ¶
func NewCmdCompressor( runner boshsys.CmdRunner, fs boshsys.FileSystem, logger boshlog.Logger, ) CmdCompressor
func (CmdCompressor) CleanUp ¶
func (c CmdCompressor) CleanUp(path string) error
type CmdExtractor ¶
type CmdExtractor struct {
// contains filtered or unexported fields
}
func NewCmdExtractor ¶
func NewCmdExtractor( runner boshsys.CmdRunner, fs boshsys.FileSystem, logger boshlog.Logger, ) CmdExtractor
func (CmdExtractor) CleanUp ¶
func (e CmdExtractor) CleanUp(path string) error
type Compressor ¶
Click to show internal directories.
Click to hide internal directories.