Flippant.Adapter.Memory (Flippant v2.0.0) View Source

This module provides ETS backed rule storage.

The Memory adapter is not persisted between application restarts, and therefore is intended for testing.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for GenServer.init/1.

Starts the Memory adapter.

Link to this section Functions

Link to this function

change_values(arg, rules, fun)

View Source

Returns a specification to start this module under a supervisor.

See Supervisor.

Callback implementation for GenServer.init/1.

Specs

start_link(Keyword.t()) :: GenServer.on_start()

Starts the Memory adapter.