Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@ops@slo_autopilot_AuditEntry.hrl
Raw

include/lightspeed@ops@slo_autopilot_AuditEntry.hrl

-record(audit_entry, {
actor_id :: binary(),
control :: lightspeed@ops@slo_autopilot:control(),
decision :: lightspeed@ops@slo_autopilot:decision(),
reason :: binary(),
at_ms :: integer(),
status :: lightspeed@ops@slo_autopilot:status()
}).