Skip to content
Snippets Groups Projects
Commit 1996536f authored by Semyon Krestyaninov's avatar Semyon Krestyaninov :dog2:
Browse files

Merge branch 'refactor/6-pkg-refactor-expr' into 'refactor/PRXS-3306-MovePkgGroup1'

Пакет expr вынесен на корневой уровень

See merge request perxis/perxis-go!358
parents f82328f4 fd3ea1c3
No related branches found
No related tags found
No related merge requests found
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
......@@ -5,7 +5,7 @@ import (
"testing"
"text/template"
"git.perx.ru/perxis/perxis-go/pkg/expr"
"git.perx.ru/perxis/perxis-go/expr"
"github.com/stretchr/testify/require"
)
......
package permission
import (
"git.perx.ru/perxis/perxis-go/expr"
"git.perx.ru/perxis/perxis-go/data"
"git.perx.ru/perxis/perxis-go/pkg/expr"
)
type Access uint64
......
package permission
import (
perxisexpr "git.perx.ru/perxis/perxis-go/expr"
"git.perx.ru/perxis/perxis-go/data"
perxisexpr "git.perx.ru/perxis/perxis-go/pkg/expr"
)
type Action uint64
......
......@@ -4,7 +4,7 @@ import (
"context"
"testing"
"git.perx.ru/perxis/perxis-go/pkg/expr"
"git.perx.ru/perxis/perxis-go/expr"
"github.com/stretchr/testify/require"
)
......
......@@ -3,8 +3,8 @@ package field
import (
"context"
"git.perx.ru/perxis/perxis-go/expr"
"git.perx.ru/perxis/perxis-go/pkg/errors"
"git.perx.ru/perxis/perxis-go/pkg/expr"
)
const EvaluatePassesLimit = 10
......
......@@ -4,9 +4,9 @@ import (
"context"
"strings"
"git.perx.ru/perxis/perxis-go/expr"
"git.perx.ru/perxis/perxis-go/data"
"git.perx.ru/perxis/perxis-go/pkg/errors"
"git.perx.ru/perxis/perxis-go/pkg/expr"
)
const (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment