View Source Eakins.Image.Stored (eakins v0.0.1)

Link to this section Summary

Link to this section Types

@type name() :: String.t()
@type t() :: %Eakins.Image.Stored{
  content_type: term(),
  default?: term(),
  filename: term(),
  gravity: term(),
  key: term(),
  size: term(),
  stored?: term(),
  uri: term()
}

Link to this section Functions