Merged in feature/client (pull request #31)
Client Entity * repolevel * servicefunctions * openapiclientget * openapiupdate * client * vendor
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
package queryservice
|
||||
|
||||
import (
|
||||
"queryorchestration/internal/client"
|
||||
"queryorchestration/internal/export"
|
||||
"queryorchestration/internal/job/collector"
|
||||
"queryorchestration/internal/query"
|
||||
@@ -12,6 +13,7 @@ type Services struct {
|
||||
Export *export.Service
|
||||
JobCollector *collector.Service
|
||||
Query *query.Service
|
||||
Client *client.Service
|
||||
}
|
||||
|
||||
type Controllers struct {
|
||||
|
||||
Reference in New Issue
Block a user