swagger part 1
This commit is contained in:
@@ -33,6 +33,7 @@ import (
|
||||
"queryorchestration/internal/serviceconfig/queue/queryversionsync"
|
||||
|
||||
queryapi "queryorchestration/api/queryAPI"
|
||||
documentbatch "queryorchestration/internal/document/batch"
|
||||
documentupload "queryorchestration/internal/document/upload"
|
||||
|
||||
clientupdate "queryorchestration/internal/client/update"
|
||||
@@ -74,6 +75,7 @@ func main() {
|
||||
})
|
||||
doc := document.New(cfg)
|
||||
docup := documentupload.New(cfg)
|
||||
docbatch := documentbatch.New(cfg)
|
||||
quetest := querytest.New(cfg, &querytest.Services{
|
||||
Collector: col,
|
||||
Result: res,
|
||||
@@ -94,6 +96,7 @@ func main() {
|
||||
ClientUpdate: cliUpdate,
|
||||
Document: doc,
|
||||
DocumentUpload: docup,
|
||||
DocumentBatch: docbatch,
|
||||
}
|
||||
|
||||
cons := queryapi.NewControllers(services, cfg)
|
||||
|
||||
Reference in New Issue
Block a user