Current section
Files
Jump to
Current section
Files
lib/Jaws3.ex
# File: Jaws3.ex
# This file was generated from jaws3.beam
# Using rebar3_elixir (https://github.com/botsunit/rebar3_elixir)
# MODIFY IT AT YOUR OWN RISK AND ONLY IF YOU KNOW WHAT YOU ARE DOING!
defmodule Jaws3 do
def unquote(:"start")() do
:erlang.apply(:"jaws3", :"start", [])
end
def unquote(:"stop")() do
:erlang.apply(:"jaws3", :"stop", [])
end
def unquote(:"start")(arg1, arg2) do
:erlang.apply(:"jaws3", :"start", [arg1, arg2])
end
def unquote(:"stop")(arg1) do
:erlang.apply(:"jaws3", :"stop", [arg1])
end
def unquote(:"upload_files")(arg1) do
:erlang.apply(:"jaws3", :"upload_files", [arg1])
end
end