Versions in this module Expand all Collapse all v1 v1.0.1 Apr 27, 2026 Changes in this version + func FormatTable(result *Result, noColor bool) string + type Recommendation struct + Category string + CurrentCost *decimal.Decimal + Description string + MonthlySavings *decimal.Decimal + ResourceName string + ResourceType string + SavingsPercent *decimal.Decimal + SuggestedCost *decimal.Decimal + Title string + type Result struct + PotentialSavings *decimal.Decimal + Recommendations []Recommendation + SavingsPercent *decimal.Decimal + TotalMonthlyCost *decimal.Decimal + func Analyze(projects []*engine.Workspace) *Result