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

Method Search

cf/api/service_plan.go:17–17  ·  view source on GitHub ↗
(searchParameters map[string]string)

Source from the content-addressed store, hash-verified

15
16type ServicePlanRepository interface {
17 Search(searchParameters map[string]string) ([]models.ServicePlanFields, error)
18 Update(models.ServicePlanFields, string, bool) error
19 ListPlansFromManyServices(serviceGUIDs []string) ([]models.ServicePlanFields, error)
20}

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