Versions in this module Expand all Collapse all v0 v0.4.0 Sep 25, 2026 v0.3.0 Sep 25, 2026 Changes in this version + func ExpressionFunctionCatalog() []string v0.2.0 Sep 25, 2026 v0.1.0 Jul 29, 2026 Changes in this version + const MaxAliasTokens + const MaxDocumentBytes + func ExecutorSchemes() []string + func InputSchemaVersion() int + func SpecVersion() string + func TemplateFunctionNames() []string + type Issue struct + Code string + Column int + Context string + Field string + Line int + Message string + Severity Severity + StepID string + Suggestion string + func ParseFlow(yamlText string) (flow map[string]any, parseErrors, parseWarnings []Issue) + type Options struct + StrictRegistries bool + type Result struct + Errors []Issue + SpecVersion string + Summary Summary + Valid bool + Warnings []Issue + func ValidateFlow(yamlText string, opts Options) Result + func ValidateFlowObject(flow map[string]any, opts Options) Result + type Severity string + const SeverityError + const SeverityInfo + const SeverityWarning + type Summary struct + ErrorCount int + TemplatesFound int + TemplatesValid int + TotalSteps int + ValidSteps int + WarningCount int