Versions in this module Expand all Collapse all v8 v8.4.4 Aug 24, 2022 v8.4.3 Aug 24, 2022 Changes in this version + type CloudControllerQuotaRepository struct + func NewCloudControllerQuotaRepository(config coreconfig.Reader, gateway net.Gateway) (repo CloudControllerQuotaRepository) + func (repo CloudControllerQuotaRepository) AssignQuotaToOrg(orgGUID, quotaGUID string) (apiErr error) + func (repo CloudControllerQuotaRepository) Create(quota models.QuotaFields) error + func (repo CloudControllerQuotaRepository) Delete(quotaGUID string) (apiErr error) + func (repo CloudControllerQuotaRepository) FindAll() (quotas []models.QuotaFields, apiErr error) + func (repo CloudControllerQuotaRepository) FindByName(name string) (quota models.QuotaFields, apiErr error) + func (repo CloudControllerQuotaRepository) Update(quota models.QuotaFields) error + type QuotaRepository interface + AssignQuotaToOrg func(orgGUID, quotaGUID string) error + Create func(quota models.QuotaFields) error + Delete func(quotaGUID string) error + FindAll func() (quotas []models.QuotaFields, apiErr error) + FindByName func(name string) (quota models.QuotaFields, apiErr error) + Update func(quota models.QuotaFields) error Other modules containing this package github.com/LukasHeimann/cloudfoundrycli