Module nova_session

.

Copyright © (C) 2018, Niclas Axelsson

Behaviours: gen_server.

Authors: Niclas Axelsson (niclas@burbas.se).

Description

Function Index

get_session/1
new_session/1
put/3
start_link/0 Starts the server.

Function Details

get_session/1

get_session(Req) -> any()

new_session/1

new_session(Req) -> any()

put/3

put(Key, Value, Req) -> any()

start_link/0

start_link() -> {ok, Pid} | ignore | {error, Error}

Starts the server


Generated by EDoc