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

Struct stubBatchPricingClient

internal/estimate/estimator_test.go:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type stubBatchPricingClient struct {
12 lastRequest api.BatchPricingRequest
13 response *api.BatchPricingApiResponse
14 err error
15}
16
17func (s *stubBatchPricingClient) FetchPricingBatch(req api.BatchPricingRequest) (*api.BatchPricingApiResponse, error) {
18 s.lastRequest = req

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected