Module kinetic_config

Behaviours: gen_server.

Function Index

code_change/3
g/1
get_args/0
handle_call/3
handle_cast/2
handle_info/2
init/1
merge_args/2
start_link/1
stop/0
terminate/2
update_data/1

Function Details

code_change/3

code_change(OldVsn, State, Extra) -> any()

g/1

g(Name) -> any()

get_args/0

get_args() -> any()

handle_call/3

handle_call(X1, From, State) -> any()

handle_cast/2

handle_cast(Arg, State) -> any()

handle_info/2

handle_info(Info, State) -> any()

init/1

init(X1) -> any()

merge_args/2

merge_args(Args, Rest) -> any()

start_link/1

start_link(Opts) -> any()

stop/0

stop() -> any()

terminate/2

terminate(Reason, State) -> any()

update_data/1

update_data(Opts) -> any()


Generated by EDoc