Threadline.Investigation.LinkedChange (Threadline v0.4.0)

Copy Markdown View Source

One investigation change row with linked transaction and optional action context.

Summary

Types

t()

@type t() :: %Threadline.Investigation.LinkedChange{
  action: Threadline.Semantics.AuditAction.t() | nil,
  audit_change: Threadline.Capture.AuditChange.t(),
  transaction: Threadline.Capture.AuditTransaction.t()
}