BlogEngine.Public.Entry (blog_engine v0.1.0)

Copy Markdown View Source

A transport-neutral public post projection.

Summary

Types

t()

@type t() :: %BlogEngine.Public.Entry{
  author: BlogEngine.Schema.Author.t(),
  canonical_path: String.t(),
  post: BlogEngine.Schema.Post.t(),
  revision: BlogEngine.Schema.PostRevision.t(),
  source_blog: BlogEngine.Schema.Blog.t(),
  syndicated: boolean(),
  tags: [BlogEngine.Schema.Tag.t()]
}