importresolver

package
v1.201.0 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2025 License: Apache-2.0 Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ResolveImportTree

func ResolveImportTree(stacksMap map[string]interface{}, atmosConfig *schema.AtmosConfiguration) (map[string][]*tree.ImportNode, error)

ResolveImportTree resolves the complete import tree for all stacks. Returns a map of stack names to their import trees.

func ResolveImportTreeFromProvenance

func ResolveImportTreeFromProvenance(
	stacksMap map[string]interface{},
	atmosConfig *schema.AtmosConfiguration,
) (map[string]map[string][]*tree.ImportNode, error)

ResolveImportTreeFromProvenance resolves import trees for all stacks using the provenance system. Returns: map[stackName]map[componentName][]*tree.ImportNode

Note: This function relies on merge contexts being populated during stack processing. Merge contexts are automatically created when ExecuteDescribeStacks processes stack files.

Types

This section is empty.

Jump to

Keyboard shortcuts

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