Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executable ¶
type Jam ¶
type Jam struct {
// contains filtered or unexported fields
}
jam is a packager that builds packit buildpacks' source code into tarballs. This type wraps the jam executable, and implements the freezer.Packager interface, and can therefore be passed as an argument to occam.BuildpackStore.WithPackager().
func (Jam) WithExecutable ¶
func (j Jam) WithExecutable(executable Executable) Jam
func (Jam) WithPack ¶ added in v0.18.6
func (j Jam) WithPack(pack Executable) Jam
type Libpak ¶
type Libpak struct {
// contains filtered or unexported fields
}
create-package is a packager that builds libpak buildpacks' source code into tarballs. This type wraps that packaging tool. Libpak implements the freezer.Packager interface, and can therefore be passed as an argument to occam.BuildpackStore.WithPackager().
func (Libpak) WithExecutable ¶
func (l Libpak) WithExecutable(executable Executable) Libpak
func (Libpak) WithPack ¶ added in v0.18.6
func (l Libpak) WithPack(pack Executable) Libpak
Click to show internal directories.
Click to hide internal directories.