Amarula.Protocol.Signal.KeyStoreBehaviour behaviour (amarula v0.1.0)

View Source

Behaviour for key store operations used by LID mapping store.

Summary

Callbacks

get(t, list)

@callback get(String.t(), [String.t()]) :: map()

transaction(map, t)

@callback transaction(map(), String.t()) :: :ok | {:error, String.t()}