Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Executor ¶
type Executor interface {
Execute(showPlan bool, showDiff bool, template *file.TaggedBytes, snippet *file.TaggedBytes, snippetArgs []string, templateArgs []string) ([]byte, error)
}
type InterpolationExecutor ¶
type InterpolationExecutor struct { Interpolator interpolator.Interpolator Diff diff.Diff Output io.Writer File file.FileAccess }
func (*InterpolationExecutor) Execute ¶
func (i *InterpolationExecutor) Execute(showPlan bool, showDiff bool, template *file.TaggedBytes, snippet *file.TaggedBytes, snippetArgs []string, templateArgs []string) ([]byte, error)
type Plan ¶ added in v1.0.3
func FromScenarioTree ¶ added in v1.0.3
func FromScenarioTree(node *library.ScenarioNode) *Plan
Click to show internal directories.
Click to hide internal directories.