View Source Waffle.Types (Waffle backend for Google Cloud Storage v0.0.2)

This is hack until Waffle declares formal typespecs in its own project.

Link to this section Summary

Link to this section Types

@type definition() :: Module.t()
@type file() :: %Waffle.File{
  binary: term(),
  file_name: term(),
  is_tempfile?: term(),
  path: term()
}
@type meta() :: {file(), any()}
@type version() :: Atom.t() | String.t()