Threadline.Query.ActorHistoryPage (Threadline v0.4.0)

Copy Markdown View Source

One keyset page from the actor history query layer.

Summary

Types

cursor()

@type cursor() :: %{occurred_at: DateTime.t(), id: String.t()}

t()

@type t() :: %Threadline.Query.ActorHistoryPage{
  entries: [Threadline.Capture.AuditTransaction.t()],
  next_cursor: cursor() | nil,
  prev_cursor: cursor() | nil
}