Threadline.Investigation.IncidentBundle (Threadline v0.5.0)

Copy Markdown View Source

One transaction-focused incident bundle with linked context and packaged diffs.

Summary

Types

t()

@type t() :: %Threadline.Investigation.IncidentBundle{
  action: Threadline.Semantics.AuditAction.t() | nil,
  changes: [Threadline.Investigation.IncidentChange.t()],
  transaction: Threadline.Capture.AuditTransaction.t()
}