Packages

Rebar3 plugin to generate client for eetcd

Current section

Files

Jump to
rebar3_eetcd_plugin_fork src rebar3_eetcd_plugin.erl
Raw

src/rebar3_eetcd_plugin.erl

-module(rebar3_eetcd_plugin).
-export([init/1]).
-spec init(rebar_state:t()) -> {ok, rebar_state:t()}.
init(State) ->
{ok, State1} = rebar3_eetcd_prv_compile:init(State),
{ok, State1}.