job

package
v0.0.56 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 16, 2015 License: Apache-2.0 Imports: 8 Imported by: 0

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

type RenderedJobRef

type RenderedJobRef struct {
	Name        string
	Version     string
	BlobstoreID string
	SHA1        string
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL