AshEvents.EventLog.PersistActorPrimaryKey (ash_events v0.1.1)

View Source

Adds a field (not relationship) on the event log resource that will be used to persist the actor primary key.

Summary

Types

t()

@type t() :: %AshEvents.EventLog.PersistActorPrimaryKey{
  allow_nil?: boolean(),
  attribute_type: term(),
  destination: Ash.Resource.t(),
  name: atom(),
  public?: boolean()
}