Packages

Work In progress - library to handle Cloudinary in Elixir.

Current section

Files

Jump to
imaginary lib cld_config cld_url_config.ex
Raw

lib/cld_config/cld_url_config.ex

defmodule CldUrl do
@moduledoc false
defstruct [
# :cdn_subdomain,
# :secure_cdn_subdomain,
# :cname,
# :secure,
# :secure_distribution,
# :private_cdn,
# :sign_url,
# :shorten,
# :use_root_path,
# :exclude_version
]
end