package
0.13.2
Repository: https://github.com/ashutosh-narkar/opa.git
Documentation: pkg.go.dev

# Functions

EraseManifestFromStore will remove the manifest from storage.
LegacyEraseManifestFromStore will erase the bundle manifest from the older single (unnamed) bundle manifest location.
LegacyReadRevisionFromStore will read the bundle manifest revision from the older single (unnamed) bundle manifest location.
LegacyWriteManifestToStore will write the bundle manifest to the older single (unnamed) bundle manifest location.
ManifestStoragePath is the storage path used for the given named bundle manifest.
NewReader returns a new Reader.
ReadBundleNamesFromStore will return a list of bundle names which have had their metadata stored.
ReadBundleRevisionFromStore returns the revision in the specified bundle.
ReadBundleRootsFromStore returns the roots in the specified bundle.
Write serializes the Bundle and writes it to w.
WriteManifestToStore will write the manifest into the storage.

# Constants

Common file extensions and file names.

# Structs

Bundle represents a loaded bundle.
Manifest represents the manifest from a bundle.
ModuleFile represents a single module contained a bundle.
Reader contains the reader to load the bundle from.