Documentation
¶
Index ¶
Constants ¶
View Source
const ( PlanEntryAleo = "aleo" PlanEntryLeo = "leo" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Aleo ¶
type Aleo struct {
LayerContributor libpak.DependencyLayerContributor
Logger bard.Logger
}
Aleo will handle installing the `leo` tool & adding it to the PATH
func NewAleo ¶
func NewAleo(dependency libpak.BuildpackDependency, cache libpak.DependencyCache) Aleo
func (Aleo) BuildProcessTypes ¶ added in v0.1.3
func (r Aleo) BuildProcessTypes(cr libpak.ConfigurationResolver, app libcnb.Application) ([]libcnb.Process, error)
type Build ¶
func (Build) Build ¶
func (b Build) Build(context libcnb.BuildContext) (libcnb.BuildResult, error)
type Detect ¶
type Detect struct {
}
func (Detect) Detect ¶
func (d Detect) Detect(context libcnb.DetectContext) (libcnb.DetectResult, error)
Click to show internal directories.
Click to hide internal directories.