Versions in this module Expand all Collapse all v0 v0.41.0 Aug 27, 2026 Changes in this version type Input + func NewWithInventory(layout Layout, loaded currentstate.Loaded, plans PlanContext, ...) Input type Snapshot + Inventory *snapshot.Inventory v0.40.0 Aug 25, 2026 Changes in this version + type Input struct + func New(layout Layout, loaded currentstate.Loaded, plans PlanContext, ...) Input + func (v Input) Snapshot() Snapshot + type Layout struct + ADRDir string + Docs map[string]string + DocsDir string + DomainsDir string + IndexMd string + PlansDir string + Singletons map[string]string + type PlanContext struct + Plans []plan.Plan + func NewPlanContext(plans []plan.Plan, corpus adr.Corpus) PlanContext + func (c PlanContext) LinkedPlans(identity string) []string + type PlanReference struct + Filename string + Path string + type Snapshot struct + ContextIgnore []string + Declarations []outputplan.Declaration + Eligible []string + Layout Layout + Loaded currentstate.Loaded + Lock *manifest.Lock + PlanState PlanContext + Tree *snapshot.Tree