Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DirReader ¶
type DirReader struct {
// contains filtered or unexported fields
}
func NewDirReader ¶
type Property ¶
type Property struct { Name string Description string Default interface{} Example interface{} Examples []PropertyExample }
type PropertyExample ¶
type PropertyExample struct { Description string Value interface{} }
type ReaderFactory ¶
type ReaderFactory struct {
// contains filtered or unexported fields
}
func NewReaderFactory ¶
func NewReaderFactory( downloader bpdload.Downloader, extractor bptar.Extractor, fs boshsys.FileSystem, logger boshlog.Logger, ) ReaderFactory
func (ReaderFactory) NewReader ¶
func (rf ReaderFactory) NewReader(url string) Reader
func (ReaderFactory) NewTarReader ¶
func (rf ReaderFactory) NewTarReader(url string) Reader
type TarReader ¶
type TarReader struct {
// contains filtered or unexported fields
}
TarReader reads .tgz job file and returns a Job. See unpacked job directory layout at the end of the file.
func NewTarReader ¶
func NewTarReader( path string, downloader bpdload.Downloader, extractor bptar.Extractor, fs boshsys.FileSystem, logger boshlog.Logger, ) *TarReader
Source Files ¶
Click to show internal directories.
Click to hide internal directories.