Packages

LiveView-style runtime for Gleam.

Current section

Files

Jump to
lightspeed include lightspeed@pipeline@operations_surface_AuditRecord.hrl
Raw

include/lightspeed@pipeline@operations_surface_AuditRecord.hrl

-record(audit_record, {
action :: binary(),
outcome :: binary(),
at_ms :: integer()
}).