| 33 | } |
| 34 | |
| 35 | type Entry struct { |
| 36 | Default []string `yaml:"default"` |
| 37 | Additional map[string][]string `yaml:"additional"` |
| 38 | } |
| 39 | |
| 40 | type InstallFlavours struct { |
| 41 | All Entry `yaml:"all"` |
nothing calls this directly
no outgoing calls
no test coverage detected