output

package
v0.50.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 28, 2026 License: MIT Imports: 1 Imported by: 0

Documentation

Overview

Package output extracts declared named outputs from a value. Like assert, it is a plain shared function the engine (or a looping node) calls.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Extract

func Extract(v value.Value, specs []Spec) value.Map

Extract pulls every spec's Path out of v into a named map. Missing paths are skipped — assertions, not outputs, enforce presence.

Types

type Spec

type Spec struct {
	Name string `json:"name"`
	Path string `json:"path"`
}

Spec is one declared output: bind Name to the value found at Path.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL