View Source Honu.Attachments.Blob (Honu v0.3.3)

Link to this section Summary

Link to this section Types

@type t() :: %Honu.Attachments.Blob{
  __meta__: term(),
  byte_size: non_neg_integer(),
  checksum: String.t(),
  content_type: String.t(),
  deleted_at: NaiveDateTime.t(),
  filename: String.t(),
  id: term(),
  inserted_at: NaiveDateTime.t(),
  key: String.t(),
  metadata: map() | nil,
  path: String.t(),
  updated_at: term()
}

Link to this section Functions