dependency

package
v0.9.4 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2026 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BackendIndexKey

func BackendIndexKey(bc *model.BackendConfig, modulePath string) string

func ContainsDynamicPattern

func ContainsDynamicPattern(path string) bool

Types

type Dependency

type Dependency = model.Dependency

type Engine

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

func NewEngine

func NewEngine(parser ModuleParser, index *discovery.ModuleIndex) *Engine

func (*Engine) ExtractAllDependencies

func (e *Engine) ExtractAllDependencies(ctx context.Context) (map[string]*ModuleDependencies, []error)

func (*Engine) ExtractDependencies

func (e *Engine) ExtractDependencies(ctx context.Context, module *discovery.Module) (*ModuleDependencies, error)

func (*Engine) MatchBackend

func (e *Engine) MatchBackend(backendType, bucket, statePath string) *discovery.Module

func (*Engine) MatchPathToModule

func (e *Engine) MatchPathToModule(statePath string, from *discovery.Module) *discovery.Module

type LibraryDependency

type LibraryDependency = model.LibraryDependency

type ModuleDependencies

type ModuleDependencies = model.ModuleDependencies

type ModuleParser

type ModuleParser interface {
	ParseModule(ctx context.Context, modulePath string) (*model.ParsedModule, error)
	ResolveWorkspacePath(ref *model.RemoteStateRef, modulePath string, locals, variables map[string]cty.Value) ([]string, error)
}

Jump to

Keyboard shortcuts

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