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

TypeAlias BatchPricingApiResponse

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

BatchPricingApiResponse is the top-level response from POST /pricing/batch. The API returns a JSON object keyed by product (e.g. {"ec2": [...]}).

Source from the content-addressed store, hash-verified

111// BatchPricingApiResponse is the top-level response from POST /pricing/batch.
112// The API returns a JSON object keyed by product (e.g. {"ec2": [...]}).
113type BatchPricingApiResponse map[string][]PricingItem
114
115// PricingRequest is the POST body for /pricing.
116type PricingRequest struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected