pkg

package
v0.0.0-...-34d941c Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2015 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewPackageCompiler

func NewPackageCompiler(
	runner boshsys.CmdRunner,
	packagesDir string,
	fileSystem boshsys.FileSystem,
	compressor boshcmd.Compressor,
	blobstore boshblob.Blobstore,
	compiledPackageRepo bistatepkg.CompiledPackageRepo,
	packageInstaller Installer,
	logger boshlog.Logger,
) bistatepkg.Compiler

Types

type CompiledPackageRef

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

type Installer

type Installer interface {
	Install(pkg CompiledPackageRef, targetDir string) error
}

func NewPackageInstaller

func NewPackageInstaller(blobExtractor biinstallblob.Extractor) Installer

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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