Crate byteor_replay

Crate byteor_replay 

Source
Expand description

ByteOr replay orchestration (enterprise).

This crate coordinates:

  • incident bundle loading (at minimum: spec.kv)
  • journal slice selection (last N)
  • enterprise policy enforcement for side-effecting actions
  • replay audit artifact generation

Structs§

ReplayAudit
Replay audit artifact (v1).
ReplayAuditAction
Audit record for a discovered side-effect action in the spec.
ReplayAuditInput
Replay input summary.
ReplayAuditPolicy
Policy audit section.
ReplayDataGuardConfig
Explicit DataGuard configuration for replay stage resolution.
ReplayOptions
Options for bundle-based replay.

Enums§

ReplayMode
Replay execution mode.

Functions§

replay_bundle_last_n
Replay a selected journal slice into the spec from an incident bundle.