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.
Click to show internal directories.
Click to hide internal directories.