Current section
Files
Jump to
Current section
Files
src/eetcd.app.src
{application,eetcd,
[{description,"ETCD V3 client"},
{vsn,"0.6.2-fork"},
{pkg_name,"eetcd_fork"},
{registered,[eetcd_sup,eetcd_conn_sup,eetcd_lease_sup]},
{mod,{eetcd_app,[]}},
{applications,[kernel,stdlib,gun]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"Github","https://github.com/zhongwencool/eetcd"},
{"Fork",
"https://github.com/belltoy/eetcd/releases/tag/v0.6.2-fork"}]}]}.