View Source Dragon.Data.Collection (dragon v1.1.3)

Tools for loading data collections

Link to this section Summary

Link to this section Types

@type t() :: %Dragon.Data.Collection{
  "@spec": nil | map(),
  date: nil | DateTime.t(),
  date_modified: DateTime.t(),
  date_t: integer(),
  dst: nil | String.t(),
  next: nil | String.t(),
  prev: nil | String.t(),
  src: nil | String.t(),
  title: nil | String.t()
}

Link to this section Functions