BlogEngine.Routing.Reservation (blog_engine v0.1.0)

Copy Markdown View Source

Stable tenant-scoped facts about one durable BlogEngine route reservation.

Summary

Types

t()

@type t() :: %BlogEngine.Routing.Reservation{
  blog_enabled: boolean(),
  blog_id: Ecto.UUID.t(),
  kind: :draft | :current | :former,
  owner_id: Ecto.UUID.t(),
  owner_type: :blog | :post,
  path: String.t(),
  publisher_key: String.t(),
  publisher_type: String.t(),
  route_id: Ecto.UUID.t()
}