Documentation
¶
Index ¶
- Constants
- func BestUpgrade(current *mmsemver.Version, candidates []*mmsemver.Version, track string) (*mmsemver.Version, error)
- func IsSemver(version string) bool
- func IsWantedUpgrade(current, candidate *mmsemver.Version, track string) bool
- func Normalize(version string) string
- func Parse(version string) (*mmsemver.Version, error)
Constants ¶
View Source
const ( TrackPatchLevel = "PatchLevel" TrackMinorVersion = "MinorVersion" TrackMajorVersion = "MajorVersion" TrackNewest = "Newest" )
Variables ¶
This section is empty.
Functions ¶
func BestUpgrade ¶
func IsWantedUpgrade ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.