| 294 | type Extension struct { |
| 295 | Name string |
| 296 | Versions []string |
| 297 | Distros []string |
| 298 | Package string |
| 299 | DefaultVersion int |
| 300 | DefaultDistro string |
| 301 | } |
| 302 | |
| 303 | if packageName == "" { |
| 304 | packageName = "postgresql-%version%-" + name |
| 305 | } |
| 306 |
nothing calls this directly
no outgoing calls
no test coverage detected