| 27 | } |
| 28 | |
| 29 | type InstallLocation struct { |
| 30 | Linux string `yaml:"linux"` |
| 31 | Macos string `yaml:"macos"` |
| 32 | Windows string `yaml:"windows"` |
| 33 | } |
| 34 | |
| 35 | type Entry struct { |
| 36 | Default []string `yaml:"default"` |
nothing calls this directly
no outgoing calls
no test coverage detected