This is an automated email from the ASF dual-hosted git repository.

dahn pushed a commit to branch pr90
in repository https://gitbox.apache.org/repos/asf/cloudstack-go.git

commit 2a3d1700a3fbdbc771bac2e588493f0c742525bf
Author: tonymmm1 <t...@mail.magnatox.com>
AuthorDate: Mon Jul 22 03:40:05 2024 -0500

    add initial comments for expanding Quota api
---
 cloudstack/QuotaService.go | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/cloudstack/QuotaService.go b/cloudstack/QuotaService.go
index 9adfe6c..d01eacd 100644
--- a/cloudstack/QuotaService.go
+++ b/cloudstack/QuotaService.go
@@ -25,8 +25,17 @@ import (
 )
 
 type QuotaServiceIface interface {
+       //CreateBalance(p *CreateBalanceParams) (*CreateBalanceResponse, error)
+       //CreateCredit(p *CreateCreditParams) (*CreateCreditResponse, error)
        QuotaIsEnabled(p *QuotaIsEnabledParams) (*QuotaIsEnabledResponse, error)
        NewQuotaIsEnabledParams() *QuotaIsEnabledParams
+       //CreateStatement(p *CreateStatementParams) (*CreateStatementResponse, 
error)
+       //ListSummary(p *GetSummaryParams) (*GetSummaryResponse, error)
+       //CreateTariff(p *CreateTariffParams) (*CreateTariffResponse, error)
+       //DeleteTariff(p *DeleteTariffParams) (*DeleteTariffResponse, error)
+       //ListTariffs(p *ListTariffsParams) (*ListTariffsResponse, error)
+       //UpdateTariff(p *UpdateTariffParams) (*UpdateTariffResponse, error)
+       //UpdateQuota(p *UpdateQuotaParams) (*UpdateQuotaResponse, error)
 }
 
 type QuotaIsEnabledParams struct {

Reply via email to