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

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

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

See merge request perxis/perxis-go!352
parents 58478a6b e89b0f0b
No related branches found
No related tags found
No related merge requests found
Showing
with 11 additions and 11 deletions
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
......@@ -4,9 +4,9 @@ import (
"context"
"strings"
"git.perx.ru/perxis/perxis-go/data"
"git.perx.ru/perxis/perxis-go/pkg/cache"
service "git.perx.ru/perxis/perxis-go/pkg/clients"
"git.perx.ru/perxis/perxis-go/pkg/data"
)
func makeKey(ss ...string) string {
......
......@@ -4,9 +4,9 @@ import (
"context"
"strings"
"git.perx.ru/perxis/perxis-go/data"
"git.perx.ru/perxis/perxis-go/pkg/cache"
service "git.perx.ru/perxis/perxis-go/pkg/collaborators"
"git.perx.ru/perxis/perxis-go/pkg/data"
)
func makeKey(ss ...string) string {
......
......@@ -4,8 +4,8 @@ import (
"context"
"strings"
"git.perx.ru/perxis/perxis-go/data"
"git.perx.ru/perxis/perxis-go/pkg/cache"
"git.perx.ru/perxis/perxis-go/pkg/data"
service "git.perx.ru/perxis/perxis-go/pkg/environments"
)
......
......@@ -4,8 +4,8 @@ import (
"context"
"strings"
"git.perx.ru/perxis/perxis-go/data"
"git.perx.ru/perxis/perxis-go/pkg/collections"
"git.perx.ru/perxis/perxis-go/pkg/data"
"git.perx.ru/perxis/perxis-go/pkg/errors"
"git.perx.ru/perxis/perxis-go/pkg/options"
"git.perx.ru/perxis/perxis-go/pkg/setup"
......
......@@ -5,7 +5,7 @@ import (
"fmt"
"time"
"git.perx.ru/perxis/perxis-go/pkg/data"
"git.perx.ru/perxis/perxis-go/data"
"git.perx.ru/perxis/perxis-go/pkg/errors"
"git.perx.ru/perxis/perxis-go/pkg/locales"
"git.perx.ru/perxis/perxis-go/pkg/schema"
......
......@@ -3,7 +3,7 @@ package items
import (
"context"
"git.perx.ru/perxis/perxis-go/pkg/data"
"git.perx.ru/perxis/perxis-go/data"
"git.perx.ru/perxis/perxis-go/pkg/errors"
"git.perx.ru/perxis/perxis-go/pkg/options"
"google.golang.org/grpc/codes"
......
package locales
import (
"git.perx.ru/perxis/perxis-go/pkg/data"
"git.perx.ru/perxis/perxis-go/data"
"git.perx.ru/perxis/perxis-go/pkg/errors"
pb "git.perx.ru/perxis/perxis-go/proto/locales"
"golang.org/x/text/language"
......
......@@ -3,8 +3,8 @@ package middleware
import (
"context"
"git.perx.ru/perxis/perxis-go/data"
"git.perx.ru/perxis/perxis-go/pkg/cache"
"git.perx.ru/perxis/perxis-go/pkg/data"
service "git.perx.ru/perxis/perxis-go/pkg/locales"
)
......
......@@ -4,8 +4,8 @@ import (
"context"
"strings"
"git.perx.ru/perxis/perxis-go/data"
"git.perx.ru/perxis/perxis-go/pkg/cache"
"git.perx.ru/perxis/perxis-go/pkg/data"
service "git.perx.ru/perxis/perxis-go/pkg/members"
)
......
package permission
import (
"git.perx.ru/perxis/perxis-go/pkg/data"
"git.perx.ru/perxis/perxis-go/data"
"git.perx.ru/perxis/perxis-go/pkg/expr"
)
......
package permission
import (
"git.perx.ru/perxis/perxis-go/pkg/data"
"git.perx.ru/perxis/perxis-go/data"
perxisexpr "git.perx.ru/perxis/perxis-go/pkg/expr"
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment