Merged in feature/client (pull request #31)

Client Entity

* repolevel

* servicefunctions

* openapiclientget

* openapiupdate

* client

* vendor
This commit is contained in:
Michael McGuinness
2025-01-21 18:24:14 +00:00
parent 4ccb980593
commit 04d8eaf52c
39 changed files with 1532 additions and 432 deletions
+2
View File
@@ -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 {