Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Finalizer ¶
type Finalizer struct {
Manifest Manifest
Stager Stager
Command Command
Log *libbuildpack.Logger
}
type Installer ¶
type Installer interface {
//TODO: See more options at https://github.com/cloudfoundry/libbuildpack/blob/master/installer.go
DefaultVersion(string) (libbuildpack.Dependency, error)
InstallDependency(libbuildpack.Dependency, string) error
InstallOnlyVersion(string, string) error
}
type Manifest ¶
type Manifest interface {
//TODO: See more options at https://github.com/cloudfoundry/libbuildpack/blob/master/manifest.go
AllDependencyVersions(string) []string
}
Click to show internal directories.
Click to hide internal directories.