shackle_app (shackle v0.7.1)

View Source

Summary

Functions

start()

-spec start() -> {ok, [atom()]} | {error, term()}.

start(StartType, StartArgs)

-spec start(application:start_type(), term()) -> {ok, pid()}.

stop()

-spec stop() -> ok | {error, term()}.

stop(State)

-spec stop(term()) -> ok.