Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Extractor ¶
func NewExtractor ¶
func NewExtractor( fs boshsys.FileSystem, compressor boshcmd.Compressor, validator Validator, logger boshlog.Logger, ) Extractor
type Manager ¶
type Manager interface { Add(Release) List() []Release Find(name string) (releases Release, found bool) DeleteAll() error }
func NewManager ¶
type Reader ¶
func NewReader ¶
func NewReader( tarFilePath string, extractedReleasePath string, fs boshsys.FileSystem, extractor boshcmd.Compressor, ) Reader
type Release ¶
type Validator ¶
func NewValidator ¶
func NewValidator(fs boshsys.FileSystem) Validator
Click to show internal directories.
Click to hide internal directories.