# Functions
NewDefaultManifest creates a new manifest with default type.
NewDefaultManifestReference creates a new manifest with default type.
NewEntry creates a new manifest entry.
NewManifest creates a new manifest.
NewManifestReference loads existing manifest.
NewMantarayManifest creates a new mantaray-based manifest.
NewMantarayManifestReference loads existing mantaray-based manifest.
NewSimpleManifest creates a new simple manifest.
NewSimpleManifestReference loads existing simple manifest.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
ManifestMantarayContentType represents content type used for noting that specific file should be processed as mantaray manifest.
ManifestSimpleContentType represents content type used for noting that specific file should be processed as 'simple' manifest.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ErrInvalidManifestType is returned when an unknown manifest type is provided to the function.
ErrMissingReference is returned when the reference for the manifest file is missing.
ErrNotFound is returned when an Entry is not found in the manifest.
# Type aliases
StoreSizeFunc is a callback on every content size that will be stored by the Store function.