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