A stable projection of a requested syndication placement.
Summary
Types
@type t() :: %BlogEngine.Syndication.RequestEntry{ id: Ecto.UUID.t(), source_post_id: Ecto.UUID.t(), state: :requested, target_blog_id: Ecto.UUID.t(), title: String.t() }
A stable projection of a requested syndication placement.
@type t() :: %BlogEngine.Syndication.RequestEntry{ id: Ecto.UUID.t(), source_post_id: Ecto.UUID.t(), state: :requested, target_blog_id: Ecto.UUID.t(), title: String.t() }