A transport-neutral public post projection.
Summary
Types
@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()] }