Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Matcher ¶
type Matcher interface {
Match(existingDeps []string, plan types.InstallPlan, kb *knowledge.KnowledgeBase) []string
}
Matcher computes required dependencies based on plan and existing deps
type PlanMatcher ¶
type PlanMatcher struct{}
PlanMatcher implements Matcher using InstallPlan and prerequisites
func (*PlanMatcher) Match ¶
func (m *PlanMatcher) Match(existingDeps []string, plan types.InstallPlan, kb *knowledge.KnowledgeBase) []string
Match computes missing dependencies based on the install plan
Click to show internal directories.
Click to hide internal directories.