(name, planGUID string, params map[string]interface{}, tags []string)
| 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) |
| 32 | UpdateServiceInstance(instanceGUID, planGUID string, params map[string]interface{}, tags *[]string) (apiErr error) |
| 33 | RenameService(instance models.ServiceInstance, newName string) (apiErr error) |
| 34 | DeleteService(instance models.ServiceInstance) (apiErr error) |
no outgoing calls
no test coverage detected