Packages

Elects master node from Erlang/Elixir cluster that is agreed by all nodes.

Current section

Files

Jump to
elector src elector.app.src
Raw

src/elector.app.src

{application,elector,
[{description,"Elects master node from Erlang/Elixir cluster that is agreed by all nodes."},
{vsn,"0.3.0"},
{registered,[]},
{mod,{elector_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/alfetahe/elector"}]}]}.