libsodium_server (libsodium v2.0.0)
Link to this section Summary
Link to this section Functions
Link to this function
code_change(OldVsn, State, Extra)
-spec code_change(any(), #state{}, any()) -> {ok, #state{}}.
Link to this function
handle_call(Request, From, State)
-spec handle_call(any(), {pid(), any()}, #state{}) -> {reply, any(), #state{}}.
Link to this function
handle_cast(Msg, State)
-spec handle_cast(any(), #state{}) -> {noreply, #state{}} | {stop, any(), #state{}}.
Link to this function
handle_info(Info, State)
-spec handle_info(any(), #state{}) -> {noreply, #state{}}.
Link to this function
init(_)
-spec init([]) -> ignore | {ok, #state{}} | {stop, any()}.
Link to this function
load()
-spec load() -> ok | {error, any()}.
Link to this function
start_link()
-spec start_link() -> {ok, pid()} | ignore | {error, term()}.
Link to this function
terminate(Reason, State)
-spec terminate(any(), #state{}) -> ok.
Link to this function
unload()
-spec unload() -> ok | {error, any()}.