Skip to content

Commit a6ffa9f

Browse files
committed
Clean up unused args
1 parent 0a8da16 commit a6ffa9f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

pkg/exportArtifacts/main.go

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,11 @@ import (
99
"strings"
1010

1111
"github.com/ChristofferNissen/helmper/pkg/helm"
12-
"github.com/ChristofferNissen/helmper/pkg/image"
13-
"github.com/ChristofferNissen/helmper/pkg/registry"
1412
)
1513

1614
type ExportOption struct {
1715
Image helm.RegistryImageStatus
18-
Chart helm.RegistryChartStatus // image data
19-
Data2 map[*registry.Registry]map[*helm.Chart]bool // chart data
20-
ChartData helm.ChartData
21-
RegistryImage map[*helm.Chart]map[*image.Image][]bool
22-
Registries []*registry.Registry
16+
Chart helm.RegistryChartStatus
2317
}
2418

2519
type ChartArtifact struct {

0 commit comments

Comments
 (0)