-
- Downloads
Added aql conversion code from query service
Showing
- aql/convertQuery.go 1 addition, 1 deletionaql/convertQuery.go
- aql/convertQueryBenchmark_test.go 0 additions, 0 deletionsaql/convertQueryBenchmark_test.go
- aql/convertQuery_test.go 0 additions, 0 deletionsaql/convertQuery_test.go
- aql/createConstraints.go 1 addition, 1 deletionaql/createConstraints.go
- aql/entity/queryStruct.go 0 additions, 0 deletionsaql/entity/queryStruct.go
- aql/mockConvertQuery.go 0 additions, 0 deletionsaql/mockConvertQuery.go
- aql/queryConverter.go 0 additions, 0 deletionsaql/queryConverter.go
- go.mod 1 addition, 1 deletiongo.mod
- go.sum 1 addition, 0 deletionsgo.sum
File moved
File moved
File moved
File moved
File moved
module git.science.uu.nl/datastrophe/aql-conversion | ||
module git.science.uu.nl/datastrophe/query-conversion | ||
go 1.16 | ||
... | ... |
... | ... | @@ -5,6 +5,7 @@ github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZN |
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME= | ||
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY= | ||
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg= | ||
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 h1:yhCVgyC4o1eVCa2tZl7eS0r+SDo693bJlVdllGtEeKM= | ||
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0= | ||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo= | ||
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM= |
Please register or sign in to comment