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

Struct PricingRequest

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

PricingRequest is the POST body for /pricing.

Source from the content-addressed store, hash-verified

114
115// PricingRequest is the POST body for /pricing.
116type PricingRequest struct {
117 Attrs map[string]string `json:"attrs"`
118 Prices []string `json:"prices"`
119}
120
121type BatchPricingRequestItem struct {
122 Provider string `json:"provider"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected