Module models

Module models 

Source
Expand description

Override data models and types

This module defines the core data structures for the override system:

  • OverrideRule: Configuration for applying overrides
  • OverrideMode: How patches are applied
  • PatchOp: Individual patch operations
  • Overrides: Container for multiple rules

Structs§

OverrideRule
Configuration for a single override rule
Overrides
Container for override rules with performance optimizations

Enums§

OverrideMode
Override mode for applying patches
PatchOp
JSON patch operation (RFC 6902 format)