package
Version:
v0.47.0
Opens a new window with list of versions in this module.
Published: Aug 23, 2026
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Package output extracts declared named outputs from a value. Like assert, it
is a plain shared function the engine (or a looping node) calls.
Extract pulls every spec's Path out of v into a named map. Missing paths are
skipped — assertions, not outputs, enforce presence.
type Spec struct {
Name string `json:"name"`
Path string `json:"path"`
}
Spec is one declared output: bind Name to the value found at Path.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.