MCPcopy Index your code
hub / github.com/cloudfoundry/cli / DeleteResourceSynchronously

Method DeleteResourceSynchronously

cf/net/gateway.go:129–131  ·  view source on GitHub ↗
(endpoint, apiURL string)

Source from the content-addressed store, hash-verified

127}
128
129func (gateway Gateway) DeleteResourceSynchronously(endpoint, apiURL string) error {
130 return gateway.createUpdateOrDeleteResource("DELETE", endpoint, apiURL, nil, true, &AsyncResource{})
131}
132
133func (gateway Gateway) DeleteResource(endpoint, apiURL string) error {
134 return gateway.createUpdateOrDeleteResource("DELETE", endpoint, apiURL, nil, false, &AsyncResource{})

Callers 3

DeleteMethod · 0.80
DeleteMethod · 0.80
gateway_test.goFile · 0.80

Calls 1

Tested by

no test coverage detected