Porterage v0.1.0 Porterage.Fetcher.FileRead View Source

Fetcher based on results of File.read/1 calls.

Configuration

{
  fetcher: Porterage.Fetcher.FileRead,
  fetcher_opts: %{file: _}
}

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() :: %{file: Path.t()}