BlogEngine.Posts.AuthorSummary (blog_engine v0.1.0)

Copy Markdown View Source

A stable public author projection used by editorial post reads.

Summary

Types

t()

@type t() :: %BlogEngine.Posts.AuthorSummary{
  active: boolean(),
  avatar_url: String.t() | nil,
  bio: String.t() | nil,
  id: Ecto.UUID.t(),
  name: String.t(),
  slug: String.t(),
  title: String.t() | nil
}