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

Struct PricingAPIResponse

internal/api/models.go:106–109  ·  view source on GitHub ↗

PricingAPIResponse is the top-level response from POST /pricing.

Source from the content-addressed store, hash-verified

104
105// PricingAPIResponse is the top-level response from POST /pricing.
106type PricingAPIResponse struct {
107 Data []PricingItem `json:"data"`
108 Total int64 `json:"total"`
109}
110
111// BatchPricingApiResponse is the top-level response from POST /pricing/batch.
112// The API returns a JSON object keyed by product (e.g. {"ec2": [...]}).

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected