(spaceGUID string)
| 26 | |
| 27 | GetAllServiceOfferings() (offerings models.ServiceOfferings, apiErr error) |
| 28 | GetServiceOfferingsForSpace(spaceGUID string) (offerings models.ServiceOfferings, apiErr error) |
| 29 | FindInstanceByName(name string) (instance models.ServiceInstance, apiErr error) |
| 30 | PurgeServiceInstance(instance models.ServiceInstance) error |
| 31 | CreateServiceInstance(name, planGUID string, params map[string]interface{}, tags []string) (apiErr error) |
no outgoing calls
no test coverage detected