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, rootVersionFilePath string, ...) (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" )
Variables ¶
View Source
var ( TfPredicateReaders = []types.PredicateReader{readTfVersionFromTerragruntFile, readTfFiles} //nolint TgPredicateReaders = []types.PredicateReader{readTgVersionFromTerragruntFile} //nolint )
Functions ¶
func CmpVersion ¶
func ParsePredicate ¶
func ParsePredicate(behaviourOrConstraint string, displayName string, predicateReaders []types.PredicateReader, conf *config.Config) (types.PredicateInfo, error)
func RetrieveVersion ¶ added in v1.0.9
func StableVersion ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.