Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manifest ¶
type Manifest interface { InstallOnlyVersion(string, string) error DefaultVersion(depName string) (libbuildpack.Dependency, error) AllDependencyVersions(string) []string InstallDependency(dep libbuildpack.Dependency, outputDir string) error RootDir() string }
type Supplier ¶
type Supplier struct { Stager Stager Manifest Manifest Log *libbuildpack.Logger Config Config Command Command VersionLines map[string]string }
func (*Supplier) InstallNginx ¶ added in v0.0.3
func (*Supplier) InstallVarify ¶ added in v0.0.3
func (*Supplier) WriteProfileD ¶ added in v0.0.5
Click to show internal directories.
Click to hide internal directories.