Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TemplateResult ¶
type TemplateResult struct {
FlowfileName string `json:"flowfileName" yaml:"flowfileName"`
FlowfilePath string `json:"flowfilePath" yaml:"flowfilePath"`
OutputDir string `json:"outputDir" yaml:"outputDir"`
FormValues map[string]string `json:"formValues,omitempty" yaml:"formValues,omitempty"`
Artifacts []string `json:"artifacts,omitempty" yaml:"artifacts,omitempty"`
}
TemplateResult contains structured metadata about a successful template generation, suitable for returning to callers that need machine-readable output.
func ProcessTemplate ¶
Click to show internal directories.
Click to hide internal directories.