Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.14 KB

conserl.md

File metadata and controls

59 lines (34 loc) · 1.14 KB

Module conserl

Consul client library. Copyright (c) 2015, Gavin M. Roy

Version: 0.1.0

Authors: Gavin M. Roy ([email protected]).

Function Index

start/0Start the application.
start/2Start the application.
stop/0Stop the application.

Function Details

start/0


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

Start the application

start/2


start(Type::atom(), Args::term()) -> {ok, pid()} | ignore | {error, term()}

Start the application

stop/0


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

Stop the application