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"`
}
Click to show internal directories.
Click to hide internal directories.