Documentation ¶
Index ¶
- Constants
- Variables
- func CmpVersion(v1Str string, v2Str string) int
- func ParsePredicate(behaviourOrConstraint string, displayName string, ...) (types.PredicateInfo, error)
- func RetrieveVersion(versionFiles []types.VersionFile, conf *config.Config) (string, error)
- func StableVersion(versionStr string) bool
Constants ¶
View Source
const ( LatestAllowedKey = "latest-allowed" LatestPreKey = "latest-pre" LatestStableKey = "latest-stable" LatestKey = "latest" MinRequiredKey = "min-required" LatestPrefix = "latest:" MinPrefix = "min:" )
Variables ¶
View Source
var TfPredicateReaders = []types.PredicateReader{readTfFiles} //nolint
Functions ¶
func CmpVersion ¶
func ParsePredicate ¶
func ParsePredicate(behaviourOrConstraint string, displayName string, constraintInfo types.ConstraintInfo, predicateReaders []types.PredicateReader, conf *config.Config) (types.PredicateInfo, error)
func RetrieveVersion ¶
func StableVersion ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.