Chronicle. Config
(chronicle v0.1.1)
Copy Markdown
Resolves named audit stores.
Summary
Functions
Returns the store named by call options, falling back to the default store.
Functions
@spec default_store() :: atom()
@spec fetch_store(atom() | nil) :: {:ok, Chronicle.Store.t()} | {:error, term()}
Returns the store named by call options, falling back to the default store.
@spec store_names() :: [atom()]