Merged in feature/testquery (pull request #39)

Test Query

* depstextandclean

* startedcleaningresult

* resulttidyup

* roundone

* cleaning

* unsyncedquery

* startedtestsandsimplification

* api

* querytests

* resultprocessortests

* unittests

* cleanup
This commit is contained in:
Michael McGuinness
2025-01-29 11:52:37 +00:00
parent c36b0cdcf8
commit 0ac5ff9e15
109 changed files with 2804 additions and 2100 deletions
+5 -5
View File
@@ -11,11 +11,11 @@ import (
)
type Services struct {
Export *export.Service
JobCollector *collector.Service
Query *query.Service
Client *client.Service
Job *job.Service
Export *export.Service
Collector *collector.Service
Query *query.Service
Client *client.Service
Job *job.Service
}
type Controllers struct {