Behaviours: gen_server.
export/1 | |
handle_call/3 | |
handle_cast/2 | |
init/1 | |
start_link/1 |
export(Records) -> any()
handle_call(X1, From, State) -> any()
handle_cast(Msg, State) -> any()
init(Opts) -> any()
start_link(Opts) -> any()
Generated by EDoc