Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Build ¶ added in v0.3.0
func (Build) Build ¶ added in v0.3.0
func (b Build) Build(context libcnb.BuildContext) (libcnb.BuildResult, error)
type Detect ¶ added in v0.3.0
type Detect struct{}
func (Detect) Detect ¶ added in v0.3.0
func (Detect) Detect(context libcnb.DetectContext) (libcnb.DetectResult, error)
type Function ¶ added in v0.2.0
type Function struct { ApplicationPath string Handler string LayerContributor libpak.LayerContributor Logger bard.Logger }
func NewFunction ¶ added in v0.2.0
func (Function) Contribute ¶ added in v0.2.0
type Invoker ¶ added in v0.2.0
type Invoker struct { LayerContributor libpak.DependencyLayerContributor Logger bard.Logger }
func NewInvoker ¶ added in v0.2.0
func NewInvoker(dependency libpak.BuildpackDependency, cache libpak.DependencyCache, plan *libcnb.BuildpackPlan) Invoker
func (Invoker) Contribute ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.