Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v0.0.3
type Config struct {
Nginx NginxConfig `yaml:"nginx"`
}
type Installer ¶ added in v1.0.0
type Installer interface { InstallDependency(dep libbuildpack.Dependency, outputDir string) error InstallOnlyVersion(string, string) error }
type Manifest ¶
type Manifest interface { DefaultVersion(depName string) (libbuildpack.Dependency, error) AllDependencyVersions(string) []string RootDir() string }
type NginxConfig ¶ added in v1.0.0
type NginxConfig struct {
Version string `yaml:"version"`
}
type Supplier ¶
type Supplier struct { Stager Stager Manifest Manifest Installer Installer 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) ValidateNginxConf ¶ added in v1.0.4
func (*Supplier) WriteProfileD ¶ added in v0.0.5
Click to show internal directories.
Click to hide internal directories.