internal/

directory
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Aug 14, 2026 License: MIT

Directories

Path Synopsis
Package daemon serves compiled pipelines: it loads a directory of them, keeps the ones that declare a trigger, and runs each one when its trigger fires.
Package daemon serves compiled pipelines: it loads a directory of them, keeps the ones that declare a trigger, and runs each one when its trigger fires.
Package nodes assembles the built-in node registry.
Package nodes assembles the built-in node registry.
assert
Package assert turns a computed fact into the run's outcome.
Package assert turns a computed fact into the run's outcome.
condition
Package condition provides the "condition" node: it tests a path in a decoded JSON document and reports a verdict.
Package condition provides the "condition" node: it tests a path in a decoded JSON document and reports a verdict.
env
Package env reads an environment variable into a pipeline.
Package env reads an environment variable into a pipeline.
exec
Package exec runs a local process as a pipeline step.
Package exec runs a local process as a pipeline step.
httpnode
Package httpnode makes HTTP calls from a pipeline.
Package httpnode makes HTTP calls from a pipeline.
jsonnode
Package jsonnode provides the JSON nodes.
Package jsonnode provides the JSON nodes.
jsonpath
Package jsonpath resolves the dot-separated paths a step uses to address a value inside a decoded document.
Package jsonpath resolves the dot-separated paths a step uses to address a value inside a decoded document.
text
Package text builds strings from pipeline data.
Package text builds strings from pipeline data.
types
Package types holds the domain types that travel along p6e edges.
Package types holds the domain types that travel along p6e edges.
value
Package value provides the "value" node: a typed constant declared entirely in a step's with block, mainly for tests and examples.
Package value provides the "value" node: a typed constant declared entirely in a step's with block, mainly for tests and examples.
Package trigger defines what starts a pipeline run in a long-lived process.
Package trigger defines what starts a pipeline run in a long-lived process.

Jump to

Keyboard shortcuts

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