(guid string)
| 111 | } |
| 112 | |
| 113 | func (repo CloudControllerServiceBrokerRepository) Delete(guid string) (apiErr error) { |
| 114 | path := fmt.Sprintf("/v2/service_brokers/%s", guid) |
| 115 | return repo.gateway.DeleteResource(repo.config.APIEndpoint(), path) |
| 116 | } |
nothing calls this directly
no test coverage detected