| 119 | } |
| 120 | |
| 121 | type BatchPricingRequestItem struct { |
| 122 | Provider string `json:"provider"` |
| 123 | Region string `json:"region"` |
| 124 | Product string `json:"product,omitempty"` |
| 125 | Attrs map[string]string `json:"attrs,omitempty"` |
| 126 | Price string `json:"price,omitempty"` |
| 127 | } |
| 128 | |
| 129 | type BatchPricingRequest struct { |
| 130 | Requests []BatchPricingRequestItem `json:"requests"` |
nothing calls this directly
no outgoing calls
no test coverage detected