Documentation ¶
Index ¶
Constants ¶
View Source
const (
PlanDependencyVSDBG = "vsdbg"
)
Variables ¶
This section is empty.
Functions ¶
func Build ¶
func Build( dependencyManager DependencyManager, sbomGenerator SBOMGenerator, logger scribe.Emitter, clock chronos.Clock, ) packit.BuildFunc
Types ¶
type DependencyManager ¶
type DependencyManager interface { Resolve(path, id, version, stack string) (postal.Dependency, error) Deliver(dependency postal.Dependency, cnbPath, destinationPath, platformPath string) error }
DependencyManager defines the interface for picking the best matching dependency and installing it.
Click to show internal directories.
Click to hide internal directories.