Expand description
Storage-owned mutation authority implementation.
This module implements the D-04 WAL-first authority lane: validate command -> map event -> append -> durability sync policy -> apply projection.
Structs§
- Storage
Mutation Authority - Storage-owned implementation of the mutation authority lane.
Enums§
- Lease
Validation Event - Lease lifecycle event kind used by typed validation errors.
- Mutation
Authority Error - Typed stage-aware authority failures.
- Mutation
Validation Error - Typed validation failures from the authority validation stage.
Traits§
- Mutation
Projection - Projection behavior required by the mutation authority.