Documentation
¶
Index ¶
Constants ¶
View Source
const Dependency = "wp-cli"
Dependency is the key used in the build plan by this buildpack
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Contributor ¶
type Contributor struct {
// contains filtered or unexported fields
}
Contributor is responsibile for deciding what this buildpack will contribute during build
func NewContributor ¶
func NewContributor(context build.Build) (c Contributor, willContribute bool, err error)
NewContributor will create a new Contributor object
func (Contributor) Contribute ¶
func (c Contributor) Contribute() error
Contribute will install wp-cli
Click to show internal directories.
Click to hide internal directories.