# Functions
InsertAndCompile writes data and policy into the store and returns a compiler for the store contents.
LoadPaths reads data and policy from the given paths and returns a set of bundles or raw loader file results.
No description provided by the author
WalkPaths reads data and policy from the given paths and returns a set of bundle directory loaders or descriptors that contain information about files.
# Structs
BundleLoader contains information about files in a bundle.
Descriptor contains information about a file.
InsertAndCompileOptions contains the input for the operation.
InsertAndCompileResult contains the output of the operation.
LoadPathsResult contains the output loading a set of paths.
WalkPathsResult contains the output loading a set of paths.