Packmatic.Source.File (Packmatic v1.2.0) View Source

Represents content on disk, for example from a static file. Also useful for content generated ahead of time.

Link to this section Summary

Link to this section Types

Specs

init_arg() :: String.t()

Specs

init_result() :: {:ok, t()}

Specs

t() :: %Packmatic.Source.File{device: File.io_device(), path: String.t()}