insights

package
v5.23.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Build

type Build struct {
	Logger bard.Logger
}

func (Build) Build

func (b Build) Build(context libcnb.BuildContext) (libcnb.BuildResult, error)

type Detect

type Detect struct {
	Logger bard.Logger
}

func (Detect) Detect

func (d Detect) Detect(context libcnb.DetectContext) (libcnb.DetectResult, error)

type JavaAgent

type JavaAgent struct {
	BuildpackPath    string
	LayerContributor libpak.DependencyLayerContributor
	Logger           bard.Logger
}

func NewJavaAgent

func NewJavaAgent(buildpackPath string, dependency libpak.BuildpackDependency, cache libpak.DependencyCache) (JavaAgent, libcnb.BOMEntry)

func (JavaAgent) Contribute

func (j JavaAgent) Contribute(layer libcnb.Layer) (libcnb.Layer, error)

func (JavaAgent) Name

func (j JavaAgent) Name() string

type NodeJSAgent

type NodeJSAgent struct {
	ApplicationPath  string
	Executor         effect.Executor
	LayerContributor libpak.DependencyLayerContributor
	Logger           bard.Logger
}

func NewNodeJSAgent

func NewNodeJSAgent(applicationPath string, dependency libpak.BuildpackDependency, cache libpak.DependencyCache) (NodeJSAgent, libcnb.BOMEntry)

func (NodeJSAgent) Contribute

func (n NodeJSAgent) Contribute(layer libcnb.Layer) (libcnb.Layer, error)

func (NodeJSAgent) Name

func (n NodeJSAgent) Name() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL