whitecap_app (whitecap v0.1.0)

View Source

Summary

Functions

start()

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

start(StartType, StartArgs)

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

stop()

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

stop(State)

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