Skip to main content

Module data_views_ops

Module data_views_ops 

Source
Expand description

Data-view selection, portable normalization, and read orchestration.

Structs§

DataViewDeletePlan
An immutable, guard-ready data-view deletion or reference replacement.
DataViewDeleteTarget
One stable source and the reference/default facts shown in a delete guard.
DataViewFilter
A local, case-insensitive substring filter for data-view summaries.
DataViewImportPlan
The immutable, guard-ready import work computed from one portable artifact.
DataViewImportReport
The per-object result of applying a guarded data-view import.
DataViewList
Data-view list output after local filtering and stable-id sorting.
DataViewPatch
The two documented routes needed to replace a portable data view.
DefaultPlan
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.