MCPcopy Index your code
hub / github.com/cloudfoundry/cli / ListServicesFromManyBrokers

Method ListServicesFromManyBrokers

cf/api/services.go:37–37  ·  view source on GitHub ↗
(brokerGUIDs []string)

Source from the content-addressed store, hash-verified

35 FindServicePlanByDescription(planDescription resources.ServicePlanDescription) (planGUID string, apiErr error)
36 ListServicesFromBroker(brokerGUID string) (services []models.ServiceOffering, err error)
37 ListServicesFromManyBrokers(brokerGUIDs []string) (services []models.ServiceOffering, err error)
38 GetServiceInstanceCountForServicePlan(v1PlanGUID string) (count int, apiErr error)
39 MigrateServicePlanFromV1ToV2(v1PlanGUID, v2PlanGUID string) (changedCount int, apiErr error)
40}

Callers 2

services_test.goFile · 0.65

Implementers 2

FakeServiceRepositorycf/api/apifakes/fake_service_repositor

Calls

no outgoing calls

Tested by

no test coverage detected