From ebf9d3fc6d62305ba0ef5ec60ac2af156f3585d9 Mon Sep 17 00:00:00 2001 From: admju Date: Wed, 18 Sep 2024 08:41:16 +0000 Subject: [PATCH] =?UTF-8?q?Supp=20code=20comment=C3=A9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/helm/chart.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/helm/chart.go b/src/helm/chart.go index e5c8021..ab88b4f 100644 --- a/src/helm/chart.go +++ b/src/helm/chart.go @@ -163,11 +163,3 @@ func (this HelmCommand) chartExists(data HelmChart) (bool, error) { return res != "", nil } - -// func (this HelmChart) GetRessources() (map[string]string, error) { -// hs := HelmStatus{Name: this.Name} -// hs.New(this.Bin) -// data, _ := hs.getRessources() - -// return data, nil -// } \ No newline at end of file