Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InstalledJob ¶
type Installer ¶
type Installer interface {
Install(bmrel.Job) (InstalledJob, error)
}
func NewInstaller ¶
func NewInstaller( fs boshsys.FileSystem, packageInstaller bminstallpkg.PackageInstaller, blobExtractor bminstallblob.Extractor, templateRepo bmtemcomp.TemplatesRepo, jobsPath, packagesPath string, eventLogger bmeventlog.EventLogger, timeService boshtime.Service, ) Installer
Click to show internal directories.
Click to hide internal directories.