MCPcopy Create free account
hub / github.com/OverloadBlitz/cloudcent-cli / PricingDisplayItem

Struct PricingDisplayItem

internal/tui/views/pricing.go:85–93  ·  view source on GitHub ↗

PricingDisplayItem is a processed result row for display.

Source from the content-addressed store, hash-verified

83
84// PricingDisplayItem is a processed result row for display.
85type PricingDisplayItem struct {
86 Product string
87 Region string
88 Attrs map[string]*string // ordered keys from API
89 AttrKeys []string
90 Prices []PriceInfo
91 MinPrice string
92 MaxPrice string
93}
94
95type RateInfo struct {
96 Price string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected