API Reference NavEx v0.1.0

modules

Modules

NavEx is a navigation history tool that uses adapter pattern and lets you choose between available adapters or just to write your own adapter.

Behaviour of the NavEx adapter saving the navigation history data.

NavEx.Adapters.ETS is adapter for keeping user's navigation history utilizing ETS. It uses NavEx.Adapters.ETS.RecordsStorage as the module to interact with the ETS table.

NavEx.Adapters.Session is adapter for keeping user's navigation history utilizing Plug.Conn session.

This is the Plug gathering data about visited paths.