BlogEngine.Syndication.RequestEntry (blog_engine v0.1.0)

Copy Markdown View Source

A stable projection of a requested syndication placement.

Summary

Types

t()

@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()
}