github.com/cloudfoundry-community/cloudfoundry-cli@v6.44.1-0.20240130060226-cda5ed8e89a5+incompatible/api/cloudcontroller/ccv2/constant/quota.go (about) 1 package constant 2 3 type QuotaType int 4 5 const ( 6 SpaceQuota QuotaType = iota 7 OrgQuota 8 )