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

Method ListServicesFromBroker

cf/api/services.go:36–36  ·  view source on GitHub ↗
(brokerGUID string)

Source from the content-addressed store, hash-verified

34 DeleteService(instance models.ServiceInstance) (apiErr error)
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)

Callers 2

services_test.goFile · 0.65
GetServicesForBrokerMethod · 0.65

Implementers 2

FakeServiceRepositorycf/api/apifakes/fake_service_repositor

Calls

no outgoing calls

Tested by

no test coverage detected