swagger part 1

This commit is contained in:
jay brown
2025-08-05 07:03:35 -07:00
parent 56fb9b4ab6
commit 3de3d0a7b3
27 changed files with 3128 additions and 92 deletions
+2
View File
@@ -27,6 +27,7 @@ import (
collectorset "queryorchestration/internal/collector/set"
documentbatch "queryorchestration/internal/document/batch"
documentupload "queryorchestration/internal/document/upload"
resultprocessor "queryorchestration/internal/query/result/processor"
@@ -179,6 +180,7 @@ func createControllerServices(cfg *ControllerConfig) *queryapi.Services {
}),
Document: docsvc,
DocumentUpload: documentupload.New(cfg),
DocumentBatch: documentbatch.New(cfg),
}
}