buildpack

package
v1.2.5 Latest Latest
Warning

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

Go to latest
Published: Feb 23, 2024 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewBuildpackBackend

func NewBuildpackBackend(
	config Config,
	client domain.BuildpackHelperServiceClient,
) builder.BuildpackBackend

Types

type Config

type Config struct {
	Helper struct {
		Address    string `mapstructure:"address" yaml:"address"`
		ListenPort int    `mapstructure:"listenPort" yaml:"listenPort"`
	} `mapstructure:"helper" yaml:"helper"`
	RemoteDir   string `mapstructure:"remoteDir" yaml:"remoteDir"`
	PlatformAPI string `mapstructure:"platformAPI" yaml:"platformAPI"`
}

Jump to

Keyboard shortcuts

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