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

Struct JSONTier

internal/estimate/print.go:17–21  ·  view source on GitHub ↗

JSONTier is a single volume-pricing tier for JSON output.

Source from the content-addressed store, hash-verified

15
16// JSONTier is a single volume-pricing tier for JSON output.
17type JSONTier struct {
18 StartRange string `json:"start_range"`
19 EndRange string `json:"end_range"`
20 Price string `json:"price"`
21}
22
23// JSONPriceEntry is one pricing option for JSON output.
24type JSONPriceEntry struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected