BlogEngine.Posts.TagSummary (blog_engine v0.1.0)

Copy Markdown View Source

A stable public tag projection used by editorial post reads.

Summary

Types

t()

@type t() :: %BlogEngine.Posts.TagSummary{
  id: Ecto.UUID.t(),
  name: String.t(),
  slug: String.t()
}