Raxol.Agent.Authorization.Engine.State (Raxol Agent v2.6.0)

Copy Markdown View Source

Engine state: current labels, remembered approvals, monotonic spec.

Summary

Types

t()

@type t() :: %Raxol.Agent.Authorization.Engine.State{
  approvals: MapSet.t(),
  labels: map(),
  monotonic: map()
}