swagger part 1
This commit is contained in:
@@ -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),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user