| 19 | Combinations []buildCombo |
| 20 | } |
| 21 | |
| 22 | // buildCombo is a single distribution + PG major combination to build. |
| 23 | type buildCombo struct { |
| 24 | Distribution string |
| 25 | MajorVersion string |
| 26 | } |
nothing calls this directly
no outgoing calls
no test coverage detected