| 21 | } |
| 22 | |
| 23 | type Program struct { |
| 24 | AppName string `yaml:"app_name"` |
| 25 | BinaryName string `yaml:"binary_name"` |
| 26 | Installation Installation `yaml:"installation"` |
| 27 | } |
| 28 | |
| 29 | type InstallLocation struct { |
| 30 | Linux string `yaml:"linux"` |
nothing calls this directly
no outgoing calls
no test coverage detected