Merged in feature/eula.part1 (pull request #206)

eula support

* eula support

* docs
This commit is contained in:
Jay Brown
2026-01-22 18:17:27 +00:00
parent c10fa98d0a
commit 63c12a2f44
38 changed files with 15646 additions and 230 deletions
+2
View File
@@ -9,6 +9,7 @@ import (
"queryorchestration/internal/document"
documentbatch "queryorchestration/internal/document/batch"
documentupload "queryorchestration/internal/document/upload"
"queryorchestration/internal/eula"
"queryorchestration/internal/export"
"queryorchestration/internal/fieldextraction"
"queryorchestration/internal/folder"
@@ -33,6 +34,7 @@ type Services struct {
FieldExtraction *fieldextraction.Service
Folder *folder.Service
Label *label.Service
Eula *eula.Service
}
// ConfigProvider combines auth and objectstore interfaces for the Controllers