internal

package
v2.14.2 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2024 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BindingResolver

type BindingResolver interface {
	Resolve(typ, provider, platformDir string) ([]servicebindings.Binding, error)
}

type DependencyMappingResolver

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

func NewDependencyMappingResolver

func NewDependencyMappingResolver(bindingResolver BindingResolver) DependencyMappingResolver

func (DependencyMappingResolver) FindDependencyMapping

func (d DependencyMappingResolver) FindDependencyMapping(checksum, platformDir string) (string, error)

FindDependencyMapping looks up if there is a matching dependency mapping If the binding is given in the form of `hash`, assume it is of algorithm `sha256` If the binding is given in the form of `algorithm:hash`, compare it to the full `checksum` input

type DependencyMirrorResolver added in v2.13.0

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

func NewDependencyMirrorResolver added in v2.13.0

func NewDependencyMirrorResolver(bindingResolver BindingResolver) DependencyMirrorResolver

func (DependencyMirrorResolver) FindDependencyMirror added in v2.13.0

func (d DependencyMirrorResolver) FindDependencyMirror(uri, platformDir string) (string, error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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