Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstalledJob ¶
type InstalledJob struct { RenderedJobRef Path string }
func NewInstalledJob ¶ added in v0.0.53
func NewInstalledJob(ref RenderedJobRef, path string) InstalledJob
type Installer ¶
type Installer interface { Install(RenderedJobRef, biui.Stage) (InstalledJob, error) Cleanup(InstalledJob) error }
func NewInstaller ¶
func NewInstaller( fs boshsys.FileSystem, templateExtractor biinstallblob.Extractor, jobsPath string, ) Installer
Click to show internal directories.
Click to hide internal directories.