(searchParameters map[string]string)
| 15 | |
| 16 | type 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 | } |
no outgoing calls
no test coverage detected