NavEx.Adapters.ETS.RecordsStorage (NavEx v0.1.7)

View Source

NavEx.Adapters.ETS.RecordsStorage is a GenServer that manages the navigation history of users using ETS (Erlang Term Storage).

Summary

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

delete_all_objects()

delete_user(user_identity)

init(opts)

Callback implementation for GenServer.init/1.

insert(user_identity, request_path)

last_path(user_identity)

list(user_identity)

path_at(user_identity, n)

start_link(opts)