package
0.16.3
Repository: https://github.com/splunk/qbec.git
Documentation: pkg.go.dev

# Functions

NewCompositeImporter creates a composite importer with the supplied extended importers.
NewDataSourceImporter returns an importer that can resolve paths for the specified datasource.
NewFileImporter creates an extended file importer, wrapping the one supplied.
NewGlobImporter creates a glob importer.

# Structs

CompositeImporter tries multiple extended importers in sequence for a given path.
DataSourceImporter implements an importer that delegates to a data source for resolution.
ExtendedFileImporter wraps a file importer and declares that it can import any path.
GlobImporter provides facilities to import a bag of files using a glob pattern.

# Interfaces

ExtendedImporter extends the jsonnet importer interface to add a new method that can determine whether an importer can be used for a path.