Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterpolationAnalyzer ¶
type InterpolationAnalyzer struct{}
InterpolationAnalyzer adapts pkg/interpolation to the workflow.TemplateAnalyzer interface.
func NewInterpolationAnalyzer ¶
func NewInterpolationAnalyzer() *InterpolationAnalyzer
NewInterpolationAnalyzer creates a new template analyzer.
func (*InterpolationAnalyzer) ExtractReferences ¶
func (a *InterpolationAnalyzer) ExtractReferences(template string) ([]workflow.TemplateReference, error)
ExtractReferences parses a template string and returns all interpolation references.
Click to show internal directories.
Click to hide internal directories.