Documentation
¶
Index ¶
Constants ¶
View Source
const ( LatestAllowedKey = "latest-allowed" LatestStableKey = "latest-stable" LatestKey = "latest" MinRequiredKey = "min-required" )
Variables ¶
View Source
var ( TfPredicateReaders = []func(*config.Config) (func(string) bool, bool, error){readTfVersionFromTerragruntFile, readTfFiles} //nolint TgPredicateReaders = []func(*config.Config) (func(string) bool, bool, error){readTgVersionFromTgSwitchFile, readTgVersionFromTerragruntFile} //nolint )
Functions ¶
func CmpVersion ¶
func LatestVersionFromList ¶ added in v1.0.8
func ParsePredicate ¶
func ParsePredicate(behaviourOrConstraint string, displayName string, predicateReaders []func(*config.Config) (func(string) bool, bool, error), conf *config.Config) (func(string) bool, bool, error)
the boolean returned as second value indicates to reverse order for filtering.
func StableVersion ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.