Documentation
¶
Index ¶
- func BuildpackYAMLVersionCheck(versionRuntimeConfig, versionBuildpackYAML string) error
- func CreateValidSymlink(oldName string, newName string) error
- func FrameworkRollForward(version, framework string, context build.Build) (string, error)
- func GetAppRoot(appRoot string) (string, error)
- func SymlinkSharedFolder(dotnetRoot, layerRoot string) error
- type RuntimeConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildpackYAMLVersionCheck ¶ added in v0.0.25
func CreateValidSymlink ¶ added in v0.0.17
func FrameworkRollForward ¶ added in v0.0.25
func GetAppRoot ¶ added in v0.0.73
func SymlinkSharedFolder ¶ added in v0.0.47
Types ¶
type RuntimeConfig ¶ added in v0.0.14
type RuntimeConfig struct {
BinaryName string
Version string
// contains filtered or unexported fields
}
func NewRuntimeConfig ¶ added in v0.0.14
func NewRuntimeConfig(appRoot string) (*RuntimeConfig, error)
func (*RuntimeConfig) HasASPNetDependency ¶ added in v0.0.14
func (r *RuntimeConfig) HasASPNetDependency() bool
func (*RuntimeConfig) HasApplyPatches ¶ added in v0.0.34
func (r *RuntimeConfig) HasApplyPatches() bool
func (*RuntimeConfig) HasExecutable ¶ added in v0.0.58
func (r *RuntimeConfig) HasExecutable() (bool, error)
func (*RuntimeConfig) HasRuntimeDependency ¶ added in v0.0.14
func (r *RuntimeConfig) HasRuntimeDependency() bool
func (*RuntimeConfig) IsPresent ¶ added in v0.0.17
func (r *RuntimeConfig) IsPresent() bool
Click to show internal directories.
Click to hide internal directories.