Behaviours: gen_server.
state() = #{}
code_change/3 | |
handle_call/3 | |
handle_cast/2 | |
handle_info/2 | |
init/1 | |
start_link/0 | |
terminate/2 | |
test/3 |
handle_call(X1::stats, From::{pid(), term()}, State::state()) -> {reply, bo_players_repo:stats(), state()}
init(X1::noargs) -> {ok, state()}
start_link() -> {ok, pid()}
terminate(Reason::term(), State::state()) -> ok
test(Caller::{pid(), term()}, Player::bo_players:player(), Solution::bo_task:solution()) -> ok
Generated by EDoc, Oct 14 2016, 07:51:41.