Linkex v0.1.0 Linkex.LinkHeader View Source

Link Header struct.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Linkex.LinkHeader{
  version_history: Linkex.Entry.t(),
  related: Linkex.Entry.t(),
  next: Linkex.Entry.t(),
  latest_version: Linkex.Entry.t(),
  subsection: Linkex.Entry.t(),
  section: Linkex.Entry.t(),
  self: Linkex.Entry.t(),
  contents: Linkex.Entry.t(),
  license: Linkex.Entry.t(),
  appendix: Linkex.Entry.t(),
  glossary: Linkex.Entry.t(),
  service: Linkex.Entry.t(),
  bookmark: Linkex.Entry.t(),
  first: Linkex.Entry.t(),
  edit: Linkex.Entry.t(),
  working_copy_of: Linkex.Entry.t(),
  describedby: Linkex.Entry.t(),
  last: Linkex.Entry.t(),
  payment: Linkex.Entry.t(),
  via: Linkex.Entry.t(),
  enclosure: Linkex.Entry.t(),
  hub: Linkex.Entry.t(),
  up: Linkex.Entry.t(),
  edit_media: Linkex.Entry.t(),
  stylesheet: Linkex.Entry.t(),
  prev_archive: Linkex.Entry.t(),
  successor_version: Linkex.Entry.t(),
  replies: Linkex.Entry.t(),
  current: Linkex.Entry.t(),
  copyright: Linkex.Entry.t(),
  alternate: Linkex.Entry.t(),
  previous: Linkex.Entry.t(),
  next_archive: Linkex.Entry.t(),
  start: Linkex.Entry.t(),
  prev: Linkex.Entry.t(),
  index: Linkex.Entry.t(),
  working_copy: Linkex.Entry.t(),
  chapter: Linkex.Entry.t(),
  help: Linkex.Entry.t(),
  predecessor_version: Linkex.Entry.t()
}

Link to this section Functions