Skip to content

Commit

Permalink
rebuilt
Browse files Browse the repository at this point in the history
  • Loading branch information
SOG-web committed Dec 17, 2024
1 parent be90294 commit 867303f
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 289 deletions.
4 changes: 2 additions & 2 deletions pkg/restql/handler/rest.go → handler/rest.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ import (
"net/http"
"strings"

"github.com/The-ForgeBase/restql/pkg/restql/query"
"github.com/The-ForgeBase/restql/pkg/restql/utils"
"github.com/The-ForgeBase/restql/query"
"github.com/The-ForgeBase/restql/utils"
)

// Function to check if a value is boolean and needs `IS` or `=`
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion pkg/restql/query/parser.go → query/parser.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"strconv"
"strings"

"github.com/The-ForgeBase/restql/pkg/restql/utils"
"github.com/The-ForgeBase/restql/utils"
)

// Default values
Expand Down
286 changes: 0 additions & 286 deletions sql/urlquery.go

This file was deleted.

File renamed without changes.
File renamed without changes.

0 comments on commit 867303f

Please sign in to comment.