Documentation
¶
Index ¶
- func ConvertToString(value interface{}) (string, error)
- func GenerateRandomString(limit int, lower bool) string
- func GenerateRandomStringWithPrefix(limit int, upper, lower, withSpecialChars bool, prefix string) string
- func GetUUID() string
- func IsImageURLIncludesTag(imageURL string) bool
- func IsKeyInMapOptional(key string, optionalKeys []string) bool
- func IsNotNilAndNotEmpty(target interface{}) bool
- func IsStringInSlice(target string, list []string) bool
- func IsValidCommand(command string, validCommands []string) bool
- func MapInterfaceToString(input map[string]interface{}) (map[string]string, error)
- func MapIsNulOrEmpty(target map[string]string) bool
- func NormaliseNoSpaces(target string) string
- func NormaliseStringLower(target string) string
- func NormaliseStringUpper(target string) string
- func RemoveDoubleQuotes(target string) string
- func StructToMap(input interface{}, toUpper bool) map[string]interface{}
- func ValidateTerragruntCommands(commands []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertToString ¶
func GenerateRandomString ¶ added in v0.2.4
func IsImageURLIncludesTag ¶
func IsKeyInMapOptional ¶ added in v0.2.2
func IsNotNilAndNotEmpty ¶
func IsNotNilAndNotEmpty(target interface{}) bool
func IsStringInSlice ¶
func IsValidCommand ¶ added in v0.2.2
IsValidCommand checks if a given command is in the list of valid commands
func MapInterfaceToString ¶
func MapIsNulOrEmpty ¶
func NormaliseNoSpaces ¶
func NormaliseStringLower ¶
func NormaliseStringUpper ¶
func RemoveDoubleQuotes ¶ added in v0.2.2
func StructToMap ¶
func ValidateTerragruntCommands ¶ added in v0.2.2
ValidateTerragruntCommands validates if the provided commands are valid terragrunt commands
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.