Search
Simple key-value storage based on Agent.
@spec call(map(), map(), any()) :: {:ok, map()} | {:error, any()}
@spec start(map(), map(), atom()) :: {:ok, map()} | {:error, :already_started}
@spec stop(map(), map(), any()) :: :ok | {:error, :not_found}