Openstex v0.4.0 Openstex.Adapter.Config behaviour View Source
An adapter module to be implemented by clients that using the Openstex
library for the storage of config info.
Link to this section Summary
Link to this section Callbacks
Link to this callback
get_account_temp_url_key1(atom)
View Source
get_account_temp_url_key1(atom()) :: Keyword.t()
Link to this callback
get_account_temp_url_key2(atom)
View Source
get_account_temp_url_key2(atom()) :: Keyword.t()
Link to this callback
start_agent(atom)
View Source
start_agent(atom()) :: {:ok, pid()} | {:error, :already_started}
Link to this callback
start_agent(atom, arg1)
View Source
start_agent(atom(), Keyword.t()) :: {:ok, pid()} | {:error, :already_started}