Linkex v0.1.0 Linkex.Entry View Source

Relation type entry.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Linkex.Entry{
  anchor: URI.t(),
  extension: map(),
  hreflang: String.t(),
  media: String.t(),
  rev: String.t(),
  target: URI.t(),
  title: String.t(),
  type: String.t()
}

Link to this section Functions