Documentation ¶
Index ¶
Constants ¶
View Source
const (
BpIoPathEnvVarKey string = "BUILDPACKS_IO_LAUNCHER_PATH"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuildpackIO ¶ added in v0.3.0
type BuildpackIO struct { }
func (BuildpackIO) AppPort ¶ added in v0.3.0
func (BuildpackIO) AppPort() int
func (BuildpackIO) Detect ¶ added in v0.3.0
func (s BuildpackIO) Detect() bool
func (BuildpackIO) Name ¶ added in v0.3.0
func (s BuildpackIO) Name() string
type CloudFoundry ¶
type CloudFoundry struct { }
func (CloudFoundry) AppPort ¶
func (CloudFoundry) AppPort() int
func (CloudFoundry) Detect ¶ added in v0.3.0
func (s CloudFoundry) Detect() bool
func (CloudFoundry) Name ¶ added in v0.3.0
func (s CloudFoundry) Name() string
Click to show internal directories.
Click to hide internal directories.