|
@ -30,7 +30,7 @@ init(Args) -> |
|
|
{ok, Args}. |
|
|
{ok, Args}. |
|
|
|
|
|
|
|
|
handle_call(_Request, _From, State) -> |
|
|
handle_call(_Request, _From, State) -> |
|
|
{noreply, ok, State}. |
|
|
|
|
|
|
|
|
{reply, ok, State}. |
|
|
|
|
|
|
|
|
handle_cast(_Msg, State) -> |
|
|
handle_cast(_Msg, State) -> |
|
|
{noreply, State}. |
|
|
{noreply, State}. |
|
|