MCPcopy
hub / github.com/cloudfoundry/cli / Update

Method Update

cf/api/quotas/quotas.go:25–25  ·  view source on GitHub ↗
(quota models.QuotaFields)

Source from the content-addressed store, hash-verified

23 // CRUD ahoy
24 Create(quota models.QuotaFields) error
25 Update(quota models.QuotaFields) error
26 Delete(quotaGUID string) error
27}
28

Callers 15

database_test.goFile · 0.65
UpdateInstanceMethod · 0.65
UpdateBrokerMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ApplicationStopMethod · 0.65

Implementers 2

CloudControllerQuotaRepositorycf/api/quotas/quotas.go
FakeQuotaRepositorycf/api/quotas/quotasfakes/fake_quota_r

Calls

no outgoing calls

Tested by

no test coverage detected