Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Interpolator ¶
type Interpolator interface {
ValidateSnippet(path string) (bool, error)
ParsePassthroughFlags(templateArgs []string) (*library.ScenarioNode, error)
Interpolate(template *file.TaggedBytes, snippet *file.TaggedBytes, snippetArgs []string, templateArgs []string) ([]byte, error)
GenerateSnippets(schema *yaml.SchemaNode) ([]*file.TaggedBytes, error)
}
Click to show internal directories.
Click to hide internal directories.