Expand description
Data-view selection, portable normalization, and read orchestration.
Structs§
- Data
View Delete Plan - An immutable, guard-ready data-view deletion or reference replacement.
- Data
View Delete Target - One stable source and the reference/default facts shown in a delete guard.
- Data
View Filter - A local, case-insensitive substring filter for data-view summaries.
- Data
View Import Plan - The immutable, guard-ready import work computed from one portable artifact.
- Data
View Import Report - The per-object result of applying a guarded data-view import.
- Data
View List - Data-view list output after local filtering and stable-id sorting.
- Data
View Patch - The two documented routes needed to replace a portable data view.
- Default
Plan - An immutable, guard-ready default data-view change.
Functions§
- apply_
default - Apply a guarded default change after checking the observed default remains the exact snapshot shown to the operator.
- apply_
delete - Apply a guarded data-view deletion without resolving selectors again.
- apply_
import - Apply a previously planned data-view import without rereading or replanning.
- build_
patch - Build the exact documented replacement delta between canonical data views.
- export
- Export selected data views as a portable JSON or YAML artifact.
- get_op
- Resolve a selector, then read its full live data-view object.
- list_op
- List data views using the portable command filter and stable-id ordering.
- normalize
- Convert a full live data-view object into its portable form.
- plan_
default_ set - Resolve a data view and prepare a guarded default change.
- plan_
default_ unset - Prepare a guarded request that explicitly clears the current default.
- plan_
delete - Resolve every delete selector and inspect all references before the guard.
- plan_
import - Fully validate a portable artifact and prepare the exact guarded import.
- resolve
- Resolve one selector over the wire with one data-view list read.
- resolve_
from_ summaries - Resolve one selector from already-read data-view summaries.
- validate
- Fully read and validate a portable data-view artifact.