Documentation
¶
Index ¶
Constants ¶
View Source
const ( // Major means a major difference between two versions Major = "MAJOR" // Minor means a minor difference between two versions Minor = "MINOR" // Patch means a patch difference between two versions Patch = "PATCH" // Same means two versions are the same Same = "SAME" // Unknown means the difference between the two versions is unknown Unknown = "UNKNOWN" // Notfound means a version could not be found Notfound = "NOTFOUND" // Failure means something went wrong went finding the version Failure = "FAILURE" // Nodata indicates there was not a failure but there wasn't any data Nodata = "NODATA" )
Variables ¶
This section is empty.
Functions ¶
func DetermineLifeCycleStatus ¶
DetermineLifeCycleStatus compares two versions to determine the status of the difference
func FindHighestVersionInList ¶
FindHighestVersionInList finds the highest version in an list of versions or returns NOTFOUND
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.