(serviceGUIDs []string)
| 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 | |
| 22 | type CloudControllerServicePlanRepository struct { |
no outgoing calls
no test coverage detected