Merged in feature/splitqueryrunning (pull request #57)
Split Query Running + Debugging Full Flow * completedquerysyncrunner * spliitinglogic * synccomplete * informdependents * only push same collector * deps * livetesting * foundissue * some issues resolved * activeupdate * collectorupdatefixes * fix dbquesries * tests * tests * pollingdebug
This commit is contained in:
@@ -6,6 +6,7 @@ import (
|
||||
"queryorchestration/internal/job"
|
||||
"queryorchestration/internal/job/collector"
|
||||
"queryorchestration/internal/query"
|
||||
querytest "queryorchestration/internal/query/test"
|
||||
|
||||
"github.com/go-playground/validator/v10"
|
||||
)
|
||||
@@ -18,6 +19,7 @@ type Services struct {
|
||||
Query *query.Service
|
||||
Client *client.Service
|
||||
Job *job.Service
|
||||
QueryTest *querytest.Service
|
||||
}
|
||||
|
||||
type Controllers struct {
|
||||
|
||||
Reference in New Issue
Block a user