View Source Waffle.Types (Waffle GCS v0.1.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()