Versions in this module Expand all Collapse all v1 v1.3.0 Jun 23, 2026 v1.2.1 Jun 14, 2026 v1.2.0 Jun 5, 2026 v1.1.0 Jun 4, 2026 v1.0.0 Jun 3, 2026 Changes in this version + type ASTCall struct + CalleeName string + CalleePath string + CallerName string + Line int + LinkType string + Path string + type ASTPointer struct + Doc string + EndLine int + Hash string + LogicHash string + Metrics *SemanticMetrics + Name string + PackagePath string + Range Range + ReceiverType string + Signature string + StartCol int + StartLine int + StructuralHash string + Type string + type ASTPos struct + Column int + Line int + type ASTRange struct + End ASTPos + Start ASTPos + type ASTRuleMatch struct + File string + Message string + Range ASTRange + RuleID string + Severity string + Text string + func (m ASTRuleMatch) String() string + type CompactionResult struct + AnchorPath string + Message string + Timestamp string + type DataFlow struct + Line int + Path string + Sink string + Source string + Type string + type Dependency struct + Direct bool + Name string + Project string + Type string + Version string + type HealResult struct + FixedCode string + Metadata map[string]string + Status string + TestOutput string + type HybridSearchResult struct + Insights []MemoryInsight + Symbols []Symbol + type ImpactEntity struct + Body string + Distance int + File string + LinkType string + Metrics RiskMetrics + RiskScore float64 + Symbol string + type ImpactResult struct + Breakdown string + Callers []ImpactEntity + Mermaid string + RiskLevel string + Target ImpactEntity + type MemoryInsight struct + ID string + Learned string + LinkedSymbols []string + Title string + Type string + Why string + type Range struct + End int + Start int + type RiskMetrics struct + BlastRadius float64 + Centrality float64 + HistoricalBugfixes int + PublicExport bool + type RuleViolationReport struct + FilePath string + Violations []ASTRuleMatch + type SemanticMetrics struct + CognitiveComplexity int + CyclomaticComplexity int + HasErrorHandling bool + HasExceptions bool + IsAsync bool + type StructuralRule struct + Has string + Inside string + Pattern string + type Symbol struct + Doc string + EndLine int + LinkedInsights []string + Metrics *SemanticMetrics + Name string + PackagePath string + Path string + ReceiverType string + Signature string + StartLine int + Type string + type TestEvent struct + Action string + Elapsed float64 + Output string + Package string + Test string + Time string + type TestResult struct + DurationMS int64 + ErrorMessage string + Project string + StackTrace string + Status string + TargetSymbol string + TestName string + type TestTarget struct + File string + Name string