code_change/3 | |
do/1 | |
do/2 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
start_link/1 | |
terminate/2 |
code_change(OldVsn, State, Extra) -> any()
do(Command) -> any()
do(Namespace, Command) -> any()
handle_call(Call, From, State) -> any()
handle_cast(Cast, State) -> any()
handle_info(Info, State) -> any()
init(State) -> any()
start_link(State) -> any()
terminate(Reason, State) -> any()
Generated by EDoc, Jun 11 2024, 05:42:19.