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

Struct PulumiAttrMapping

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

PulumiAttrMapping maps a canonical pricing attribute to a Pulumi input field.

Source from the content-addressed store, hash-verified

149
150// PulumiAttrMapping maps a canonical pricing attribute to a Pulumi input field.
151type PulumiAttrMapping struct {
152 Input string `json:"input,omitempty"` // Pulumi input property name (supports dot-path like "sku.name")
153 Default string `json:"default,omitempty"` // fallback value when input is missing
154 Map map[string]string `json:"map,omitempty"` // optional value translation (e.g. "postgres" → "PostgreSQL")
155}
156
157// GenerateTokenResponse is the response from POST /api/auth/generate-token.
158type GenerateTokenResponse struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected