Packmatic v0.1.0 Packmatic.Manifest.Entry View Source
Represents a particular file that will go into package, which is sourced by reading from a file, downloading from an URI, etc.
The source
in the Manifest Entry is actually just a Source Entry which will be dynamically
resolved at runtime when it is time for the Encoder to start reading from it.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Sourcet() :: %Packmatic.Manifest.Entry{ path: Path.t(), source: source(), timestamp: DateTime.t() }