Module setup_srv

Behaviours: gen_server.

Function Index

code_change/3
handle_call/3
handle_cast/2
handle_info/2
init/1
run_setup/0
start_link/0
terminate/2

Function Details

code_change/3

code_change(FromVsn, S, Extra) -> any()

handle_call/3

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

handle_cast/2

handle_cast(X1, S) -> any()

handle_info/2

handle_info(X1, S) -> any()

init/1

init(X1) -> any()

run_setup/0

run_setup() -> any()

start_link/0

start_link() -> any()

terminate/2

terminate(X1, X2) -> any()


Generated by EDoc