Packages

Google Cloud Storage integration for Waffle file uploader library.

Current section

Files

Jump to
waffle_gcs lib waffle types.ex
Raw

lib/waffle/types.ex

defmodule Waffle.Types do
@moduledoc """
This is hack until Waffle declares formal typespecs in its own project.
"""
@type definition :: module()
@type version :: atom() | String.t()
@type file :: %Waffle.File{}
@type meta :: {file, any}
end