Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Dependency is a key identifying the command invoker dependency in the build plan. Dependency = "riff-invoker-command" // command is the key identifying the command executable in the build plan. Command = "command" )
Variables ¶
This section is empty.
Functions ¶
func BuildPlanContribution ¶
func NewBuildpack ¶
Types ¶
type CommandBuildpack ¶
type CommandBuildpack struct {
// contains filtered or unexported fields
}
func (*CommandBuildpack) Id ¶
func (bp *CommandBuildpack) Id() string
type RiffCommandInvoker ¶
type RiffCommandInvoker struct {
// contains filtered or unexported fields
}
RiffCommandInvoker represents the Command invoker contributed by the buildpack.
func NewCommandInvoker ¶
func NewCommandInvoker(build build.Build) (RiffCommandInvoker, bool, error)
func (RiffCommandInvoker) Contribute ¶
func (r RiffCommandInvoker) Contribute() error
Contribute makes the contribution to the launch layer
Click to show internal directories.
Click to hide internal directories.