Grax.Id.Counter.Adapter behaviour (Grax v0.3.2) View Source

Link to this section Summary

Link to this section Types

Link to this section Callbacks

Specs

inc(name()) :: {:ok, value()} | {:error, any()}

Specs

reset(name(), value()) :: :ok | {:error, any()}

Specs

value(name()) :: {:ok, value()} | {:error, any()}