Skip to main content

Module authority

Module authority 

Source
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§

StorageMutationAuthority
Storage-owned implementation of the mutation authority lane.

Enums§

LeaseValidationEvent
Lease lifecycle event kind used by typed validation errors.
MutationAuthorityError
Typed stage-aware authority failures.
MutationValidationError
Typed validation failures from the authority validation stage.

Traits§

MutationProjection
Projection behavior required by the mutation authority.