Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ArgumentTemplateRegex = regexp.MustCompile(`{{\s*args\.((?:[a-zA-Z0-9_]+\.?\b)+)\s*}}`)
ArgumentTemplateRegex dictates form {{args.nested.path}} with flexible whitespace surrounding args.path
Functions ¶
func ContainsArgumentTemplateString ¶
ContainsArgumentTemplateString checks whether the value contains an argument template string Currently partially naïve. If the need arises, the more expensive regex.find could be used.
Types ¶
type ArgumentPathValidationResult ¶
func ValidateArgumentPath ¶
Click to show internal directories.
Click to hide internal directories.