chainresolver

package
v1.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Chain

type Chain struct {
	Ancestors    []ChainItem
	Target       ChainItem
	Dependencies []ChainItem
	Code         []string
}

Chain holds the fully resolved chain for a target node, separated into ancestors, the target itself, dependencies, and existing generated code files.

func ResolveChain

func ResolveChain(targetLogicalName string) (*Chain, error)

ResolveChain builds the complete chain for the given target logical name. It returns the chain separated into ancestors, target, dependencies, and code. Ancestors and Dependencies are sorted alphabetically by logical name.

type ChainItem

type ChainItem struct {
	LogicalName string
	FilePaths   []string
}

ChainItem represents a single node in the chain, identified by its logical name and the file paths that contain its content.

Jump to

Keyboard shortcuts

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