This commit is contained in:
admju
2024-09-03 11:46:45 +00:00
parent 9cf954776f
commit 26404e5892
5 changed files with 65 additions and 66 deletions

View File

@@ -19,7 +19,7 @@ type ChartData struct {
type ChartRepoData struct {
Name string `yaml:"name"`
Repository string `yaml:"repository"`
Charts []ChartData `yaml:"charts"`
Charts []ChartData `yaml:"charts"`
}
type chartsRepoData struct {