Merged in feature/shorttestsanddirtidy (pull request #26)

Add short tests and Tidy internal directories

* complete the tasks
This commit is contained in:
Michael McGuinness
2025-01-17 12:00:32 +00:00
parent b453f6cb23
commit fa95d733ca
84 changed files with 171 additions and 101 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ package queryservice
import (
"errors"
"queryorchestration/internal/query"
queryprocessor "queryorchestration/internal/queryProcessor"
queryprocessor "queryorchestration/internal/query/processor"
)
func parseQueries(queries []*query.Query) ([]Query, error) {