Versions in this module Expand all Collapse all v0 v0.2.0 Aug 17, 2026 v0.1.0 Aug 14, 2026 Changes in this version + func Run(ws *workspace.Workspace, res *extract.Result, cfg *config.Effective, ...) []findings.Finding + type Context struct + Cfg *config.Effective + CfgPath string + View *View + type EntryPointInfo struct + File string + Form string + ID relation.NodeID + Name string + Span relation.Span + type ExportEdge struct + Dst string + Src string + type ModuleEdge struct + Dst string + Row relation.Row + type ModuleInfo struct + ID relation.NodeID + Logical string + MemberRel string + Path string + Test bool + type View struct + DeclaredDeps map[memberEdge][]relation.Row + EntryPoints map[langMember][]EntryPointInfo + EntryTargets map[langMember][]string + Exports map[langMember][]ExportEdge + MemberImports map[memberEdge][]relation.Row + ModuleImports map[langMember]map[string][]ModuleEdge + Modules map[langMember]map[string]*ModuleInfo + NodeKinds map[string]vocab.NodeKind + Res *extract.Result + WS *workspace.Workspace