Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ImportNode ¶
type ImportNode struct {
Path string
Children []*ImportNode
Circular bool // True if this node creates a circular reference
ComponentFolder string // The resolved component folder path (e.g., "components/terraform/vpc")
}
ImportNode represents a node in the import tree with recursive children.
Click to show internal directories.
Click to hide internal directories.