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

Method Create

cf/api/quotas/quotas.go:24–24  ·  view source on GitHub ↗

CRUD ahoy

(quota models.QuotaFields)

Source from the content-addressed store, hash-verified

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

Callers 1

quotas_test.goFile · 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