matcher

package
v0.1.0-beta.3 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2025 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type KnowledgeEnhancedMatcher

type KnowledgeEnhancedMatcher struct {
	*PlanMatcher
	// contains filtered or unexported fields
}

KnowledgeEnhancedMatcher extends the base matcher with knowledge base version resolution

func (*KnowledgeEnhancedMatcher) Match

func (m *KnowledgeEnhancedMatcher) Match(existingDeps []string, plan types.InstallPlan, kb *client.KnowledgeClient) []string

Match computes missing dependencies with specific versions from the knowledge base

type Matcher

type Matcher interface {
	Match(existingDeps []string, plan types.InstallPlan, kb *client.KnowledgeClient) []string
}

Matcher computes required dependencies based on plan and existing deps

func NewKnowledgeEnhancedMatcher

func NewKnowledgeEnhancedMatcher(knowledgeClient *client.KnowledgeClient) Matcher

NewKnowledgeEnhancedMatcher creates a new knowledge-enhanced matcher

func NewPlanMatcher

func NewPlanMatcher() Matcher

NewPlanMatcher creates a new plan-based matcher

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 *client.KnowledgeClient) []string

Match computes missing dependencies based on the install plan

Jump to

Keyboard shortcuts

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