Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.go
File · 0.65
Implementers
2
CloudControllerQuotaRepository
cf/api/quotas/quotas.go
FakeQuotaRepository
cf/api/quotas/quotasfakes/fake_quota_r
Calls
no outgoing calls
Tested by
no test coverage detected