| 38 | } |
| 39 | |
| 40 | type InstallFlavours struct { |
| 41 | All Entry `yaml:"all"` |
| 42 | Latte Entry `yaml:"latte"` |
| 43 | Frappe Entry `yaml:"frappe"` |
| 44 | Macchiato Entry `yaml:"macchiato"` |
| 45 | Mocha Entry `yaml:"mocha"` |
| 46 | } |
| 47 | |
| 48 | type Installation struct { |
| 49 | InstallLocation InstallLocation `yaml:"location"` |
nothing calls this directly
no outgoing calls
no test coverage detected