aspnet

package
v0.0.138 Latest Latest
Warning

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

Go to latest
Published: Apr 17, 2020 License: Apache-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

View Source
const DotnetAspNet = "dotnet-aspnetcore"

Variables

This section is empty.

Functions

func BuildpackYAMLVersionCheck added in v0.0.131

func BuildpackYAMLVersionCheck(versionRuntimeConfig, versionBuildpackYAML string) error
func CreateValidSymlink(oldName string, newName string) error

func FrameworkRollForward added in v0.0.131

func FrameworkRollForward(version, framework string, context build.Build) (string, error)

func SymlinkSharedFolder added in v0.0.131

func SymlinkSharedFolder(dotnetRoot, layerRoot string) error

Types

type BuildpackYAML added in v0.0.17

type BuildpackYAML struct {
	Config struct {
		Version string `yaml:"version""`
	} `yaml:"dotnet-framework"`
}

func LoadBuildpackYAML added in v0.0.17

func LoadBuildpackYAML(appRoot string) (BuildpackYAML, error)

type Contributor

type Contributor struct {
	// contains filtered or unexported fields
}

func NewContributor

func NewContributor(context build.Build) (Contributor, bool, error)

func (Contributor) Contribute

func (c Contributor) Contribute() error

type RuntimeConfig added in v0.0.131

type RuntimeConfig struct {
	BinaryName string
	Version    string
	// contains filtered or unexported fields
}

func NewRuntimeConfig added in v0.0.131

func NewRuntimeConfig(appRoot string) (*RuntimeConfig, error)

func (*RuntimeConfig) HasASPNetDependency added in v0.0.131

func (r *RuntimeConfig) HasASPNetDependency() bool

func (*RuntimeConfig) HasApplyPatches added in v0.0.131

func (r *RuntimeConfig) HasApplyPatches() bool

func (*RuntimeConfig) HasExecutable added in v0.0.131

func (r *RuntimeConfig) HasExecutable() (bool, error)

func (*RuntimeConfig) HasRuntimeDependency added in v0.0.131

func (r *RuntimeConfig) HasRuntimeDependency() bool

func (*RuntimeConfig) IsPresent added in v0.0.131

func (r *RuntimeConfig) IsPresent() bool

Jump to

Keyboard shortcuts

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