Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VersionRange ¶
type VersionRange interface { Between(needle *semver.Version) bool BetweenOrEmpty(needle *semver.Version) bool }
func NewRange ¶
func NewRange(lowerInclusive, upperExclusive string) (VersionRange, error)
NewRange is the "normal" [1.1.0, 1.2)
func NewRangeOrDie ¶
func NewRangeOrDie(lowerInclusive, upperExclusive string) VersionRange
Click to show internal directories.
Click to hide internal directories.