resultGroup holds one or more EstimateResults that share the same resource name. When a resource produces multiple pricing queries (e.g. Lambda → Requests + Duration), they are rendered under a single resource header.
| 202 | // When a resource produces multiple pricing queries (e.g. Lambda → Requests + Duration), |
| 203 | // they are rendered under a single resource header. |
| 204 | type resultGroup struct { |
| 205 | results []resources.EstimateResult |
| 206 | } |
| 207 | |
| 208 | // groupResults groups consecutive results that share the same ResourceName |
| 209 | // and have a non-empty SubLabel. Ungrouped results (SubLabel == "") get their |
nothing calls this directly
no outgoing calls
no test coverage detected