Merged in feature/mutable-metadata1 (pull request #221)
M1, M2 and M3 complete * M1, M2 and M3 complete * review changes * docs * docs
This commit is contained in:
@@ -6,6 +6,7 @@ import (
|
||||
clientupdate "queryorchestration/internal/client/update"
|
||||
"queryorchestration/internal/collector"
|
||||
collectorset "queryorchestration/internal/collector/set"
|
||||
"queryorchestration/internal/customschema"
|
||||
"queryorchestration/internal/document"
|
||||
documentbatch "queryorchestration/internal/document/batch"
|
||||
documentdownload "queryorchestration/internal/document/download"
|
||||
@@ -36,6 +37,7 @@ type Services struct {
|
||||
DocumentBatch *documentbatch.Service
|
||||
UISettings *uisettings.Service
|
||||
FieldExtraction *fieldextraction.Service
|
||||
CustomSchema *customschema.Service
|
||||
Folder *folder.Service
|
||||
Label *label.Service
|
||||
Eula *eula.Service
|
||||
|
||||
Reference in New Issue
Block a user