Documentation
¶
Overview ¶
templ: version: v0.3.1020
Package datatable is the editor-side UI module for the seven datatable_* workflow nodes: get, exists, query, count, insert, upsert, delete.
One Module per node type registers a palette entry, a drawflow codec (round-trips the wf.Node fields the executor reads — Table, Where, Conditions, Key, RowValues, OrderBy, Limit, Offset), and a shared inspector partial. The inspector renders only the controls each op needs (e.g. `key` for get, `conditions` for query) by keying off the selected node's type.
Engine-side executor + descriptors live in internal/agents/workflow/nodes; see datatable.go there.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.