Copyright © 2010-2017 Marc Worrell
Behaviours: gen_server.
Authors: Marc Worrell (marc@worrell.nl).
code_change/3 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
start_link/1 | Perform all site startup routines. |
terminate/2 |
code_change(OldVsn, State, Extra) -> any()
handle_call(Msg, From, State) -> any()
handle_cast(Msg, State) -> any()
handle_info(Msg, State) -> any()
init(Site) -> any()
start_link(Site::atom()) -> {ok, pid()} | {error, term()}
Perform all site startup routines.
terminate(Reason, State) -> any()
Generated by EDoc