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

Method ListPlansFromManyServices

cf/api/service_plan.go:19–19  ·  view source on GitHub ↗
(serviceGUIDs []string)

Source from the content-addressed store, hash-verified

17 Search(searchParameters map[string]string) ([]models.ServicePlanFields, error)
18 Update(models.ServicePlanFields, string, bool) error
19 ListPlansFromManyServices(serviceGUIDs []string) ([]models.ServicePlanFields, error)
20}
21
22type CloudControllerServicePlanRepository struct {

Callers 2

Implementers 3

OldFakeServicePlanRepocf/api/apifakes/old_fake_service_plan_
FakeServicePlanRepositorycf/api/apifakes/fake_service_plan_repo

Calls

no outgoing calls

Tested by

no test coverage detected