BlogEngine.RouteClaim.Verified (blog_engine v0.1.0)

Copy Markdown View Source

Stable route claim whose durable owner and exclusions were verified by BlogEngine.

Summary

Types

t()

@type t() :: %BlogEngine.RouteClaim.Verified{
  blog_id: Ecto.UUID.t(),
  exclude_route_ids: [Ecto.UUID.t()],
  index_route_template: String.t(),
  kind: :draft | :current,
  operation: :reserve | :move,
  owner_id: Ecto.UUID.t(),
  owner_type: :blog | :post,
  post_route_template: String.t(),
  publisher_key: String.t(),
  publisher_type: String.t(),
  route_params: map(),
  tenant_key: String.t()
}