Searched defs:GNIExporterParams (Results 1 – 1 of 1) sorted by relevance
53 type GNIExporterParams struct { struct54 WorkspaceDir string // The Bazel workspace directory path.55 ExportDescs []GNIExportDesc // The Bazel rules to export.160 func NewGNIExporter(params GNIExporterParams, filesystem interfaces.FileSystem) *GNIExporter {