(brokerGUIDs []string)
| 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 | } |
no outgoing calls
no test coverage detected