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

pkg files moved from pkg

parent 0dd516f1
No related branches found
No related tags found
No related merge requests found
Showing
with 17 additions and 17 deletions
File moved
File moved
File moved
File moved
File moved
......@@ -4,14 +4,14 @@
package middleware
//go:generate gowrap gen -p git.perx.ru/perxis/perxis-go/pkg/files -i Files -t ../../../assets/templates/middleware/access_log.tmpl -o access_logging_middleware.go -l ""
//go:generate gowrap gen -p git.perx.ru/perxis/perxis-go/files -i Files -t ../../../assets/templates/middleware/access_log.tmpl -o access_logging_middleware.go -l ""
import (
"context"
"time"
"git.perx.ru/perxis/perxis-go/files"
"git.perx.ru/perxis/perxis-go/pkg/auth"
"git.perx.ru/perxis/perxis-go/pkg/files"
"go.uber.org/zap"
)
......
......@@ -4,12 +4,12 @@
package middleware
//go:generate gowrap gen -p git.perx.ru/perxis/perxis-go/pkg/files -i Files -t ../../../assets/templates/middleware/error_log -o error_logging_middleware.go -l ""
//go:generate gowrap gen -p git.perx.ru/perxis/perxis-go/files -i Files -t ../../../assets/templates/middleware/error_log -o error_logging_middleware.go -l ""
import (
"context"
"git.perx.ru/perxis/perxis-go/pkg/files"
"git.perx.ru/perxis/perxis-go/files"
"go.uber.org/zap"
)
......
......@@ -4,10 +4,10 @@
package middleware
//go:generate gowrap gen -p git.perx.ru/perxis/perxis-go/pkg/files -i Files -t ../../../assets/templates/middleware/middleware.tmpl -o middleware.go -l ""
//go:generate gowrap gen -p git.perx.ru/perxis/perxis-go/files -i Files -t ../../../assets/templates/middleware/middleware.tmpl -o middleware.go -l ""
import (
"git.perx.ru/perxis/perxis-go/pkg/files"
"git.perx.ru/perxis/perxis-go/files"
"go.uber.org/zap"
)
......
......@@ -4,13 +4,13 @@
package middleware
//go:generate gowrap gen -p git.perx.ru/perxis/perxis-go/pkg/files -i Files -t ../../../assets/templates/middleware/recovery -o recovering_middleware.go -l ""
//go:generate gowrap gen -p git.perx.ru/perxis/perxis-go/files -i Files -t ../../../assets/templates/middleware/recovery -o recovering_middleware.go -l ""
import (
"context"
"fmt"
"git.perx.ru/perxis/perxis-go/pkg/files"
"git.perx.ru/perxis/perxis-go/files"
"go.uber.org/zap"
)
......
......@@ -4,15 +4,15 @@
package middleware
//go:generate gowrap gen -p git.perx.ru/perxis/perxis-go/pkg/files -i Files -t ../../../assets/templates/middleware/telemetry_default -o telemetry_middleware.go -l ""
//go:generate gowrap gen -p git.perx.ru/perxis/perxis-go/files -i Files -t ../../../assets/templates/middleware/telemetry_default -o telemetry_middleware.go -l ""
import (
"context"
"time"
"git.perx.ru/perxis/perxis-go/files"
oid "git.perx.ru/perxis/perxis-go/id"
"git.perx.ru/perxis/perxis-go/pkg/auth"
"git.perx.ru/perxis/perxis-go/pkg/files"
"git.perx.ru/perxis/perxis-go/pkg/telemetry/metrics"
"go.opentelemetry.io/otel"
"go.opentelemetry.io/otel/attribute"
......
......@@ -5,7 +5,7 @@ package mocks
import (
io "io"
files "git.perx.ru/perxis/perxis-go/pkg/files"
files "git.perx.ru/perxis/perxis-go/files"
mock "github.com/stretchr/testify/mock"
)
......
......@@ -5,7 +5,7 @@ package mocks
import (
context "context"
files "git.perx.ru/perxis/perxis-go/pkg/files"
files "git.perx.ru/perxis/perxis-go/files"
mock "github.com/stretchr/testify/mock"
)
......
......@@ -3,7 +3,7 @@
package mocks
import (
files "git.perx.ru/perxis/perxis-go/pkg/files"
files "git.perx.ru/perxis/perxis-go/files"
mock "github.com/stretchr/testify/mock"
)
......
......@@ -5,7 +5,7 @@ package mocks
import (
context "context"
files "git.perx.ru/perxis/perxis-go/pkg/files"
files "git.perx.ru/perxis/perxis-go/files"
mock "github.com/stretchr/testify/mock"
)
......
......@@ -5,7 +5,7 @@ package mocks
import (
io "io"
files "git.perx.ru/perxis/perxis-go/pkg/files"
files "git.perx.ru/perxis/perxis-go/files"
mock "github.com/stretchr/testify/mock"
)
......
File moved
File moved
......@@ -5,7 +5,7 @@ package transport
import (
"context"
files "git.perx.ru/perxis/perxis-go/pkg/files"
files "git.perx.ru/perxis/perxis-go/files"
)
func (set EndpointsSet) StartUpload(arg0 context.Context, arg1 *files.MultipartUpload) (res0 *files.MultipartUpload, res1 error) {
......
......@@ -2,7 +2,7 @@
package transport
import files "git.perx.ru/perxis/perxis-go/pkg/files"
import files "git.perx.ru/perxis/perxis-go/files"
type (
StartUploadRequest struct {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment