Documentation
¶
Index ¶
Constants ¶
View Source
const Command = "command"
Command is the key identifying the command executable in the build plan.
View Source
const Dependency = "riff-invoker-command"
Dependency is a key identifying the command invoker dependency in the build plan.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Function ¶ added in v0.1.0
type Function struct {
// contains filtered or unexported fields
}
Function represents the function to be executed.
func NewFunction ¶ added in v0.1.0
NewFunction creates a new instance returning true if the riff-invoker-command plan exists.
func (Function) Contribute ¶ added in v0.1.0
Contributes makes the contribution to the launch layer.
type Invoker ¶ added in v0.1.0
type Invoker struct {
// contains filtered or unexported fields
}
Invoker represents the Command invoker contributed by the buildpack.
func NewInvoker ¶ added in v0.1.0
NewInvoker creates a new instance returning true if the riff-invoker-command plan exists.
func (Invoker) Contribute ¶ added in v0.1.0
Contributes makes the contribution to the launch layer.
Click to show internal directories.
Click to hide internal directories.