Documentation
¶
Overview ¶
Package export turns finished exploration runs into runnable two-document flow YAML, validated through the flow parser before it is returned.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter struct{}
Exporter maps a passing scenario run onto flow commands. Emitted bytes always round-trip through flow.ParseBytes; output that fails to parse is an error, never silently written.
func (Exporter) ExportFlow ¶
ExportFlow renders the run as one config document plus one command sequence, separated by a document marker.
Click to show internal directories.
Click to hide internal directories.