()
| 159 | // Matches checks if this selector matches the given concrete version. |
| 160 | Matches(ver Concrete) bool |
| 161 | String() string |
| 162 | } |
| 163 | |
| 164 | // Spec matches some version or range of versions, and tells us how to deal with local and |
no outgoing calls