Merged in feature/testwithlogs (pull request #65)

Query Version Sync Runner

* testing

* queryversiosyncworking

* update

* tests

* fixtests
This commit is contained in:
Michael McGuinness
2025-02-14 10:56:24 +00:00
parent 477518e5eb
commit 0df3d16976
91 changed files with 1737 additions and 624 deletions
+3 -1
View File
@@ -8,6 +8,7 @@ import (
collectorupdate "queryorchestration/internal/job/collector/update"
"queryorchestration/internal/query"
querytest "queryorchestration/internal/query/test"
queryupdate "queryorchestration/internal/query/update"
"github.com/go-playground/validator/v10"
)
@@ -19,9 +20,10 @@ type Services struct {
Collector *collector.Service
CollectorUpdate *collectorupdate.Service
Query *query.Service
QueryUpdate *queryupdate.Service
QueryTest *querytest.Service
Client *client.Service
Job *job.Service
QueryTest *querytest.Service
}
type Controllers struct {