Fiet v0.2.2 Fiet.Atom.Entry View Source

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Fiet.Atom.Entry{
  authors: [Fiet.Atom.Person.t()],
  categories: [Fiet.Atom.Category.t()],
  content: {:text | :html, title :: binary()} | nil,
  contributors: [Fiet.Atom.Person.t()],
  id: binary() | nil,
  link: Fiet.Atom.Link.t() | nil,
  published: binary() | nil,
  rights: {:text | :html, title :: binary()} | nil,
  summary: {:text | :html, title :: binary()} | nil,
  title: {:text | :html, title :: binary()} | nil,
  updated: term()
}