Porterage v0.1.0 Porterage.Fetcher.MFArgs View Source

Fetcher based on usage of Kernel.apply/3 calls.

The configured callable is expected to return {:ok, term} if data has been fetched. Any other return value will be ignored.

Configuration

{
  fetcher: Porterage.Fetcher.MFArgs,
  fetcher_opts: %{mfargs: {_, _, _}}
}

See options/0 for a specification of available options.

Link to this section Summary

Link to this section Types

Link to this type

options()

View Source
options() :: %{mfargs: {module(), atom(), [any()]}}