type

RiduCompatibility

type RiduCompatibility struct { // Minimum is the oldest supported Ridu semantic version, inclusive. Minimum string // MaximumExclusive is the optional first unsupported Ridu version. MaximumExclusive string }

A half-open supported framework semantic-version interval.

Source core/plugin.go:68

Minimumstring
Oldest supported Ridu semantic version, inclusive.
MaximumExclusivestring
Optional first unsupported Ridu version.

Minimum is inclusive. Empty MaximumExclusive leaves the upper bound open. Test published ranges with plugintest.