Search
A definition of the intended behavior of the core functions.
@callback configure() :: Keyword.t() | nil
@callback configure(Keyword.t()) :: :ok
@callback configure(:global | :process, Keyword.t()) :: :ok
@callback task_get(String.t(), list()) :: {:ok, map()} | {:error, String.t()}
@callback task_post([map()] | map()) :: {:ok, map()} | {:error, String.t()}
@callback tasks_ready() :: {:ok, map()} | {:error, String.t()}