Skip to content
Snippets Groups Projects
Commit 205d9ce8 authored by ko_oler's avatar ko_oler
Browse files

правки по ПР

parent 756f180d
No related branches found
No related tags found
No related merge requests found
// Code generated by mockery 2.7.4. DO NOT EDIT.
package mocks
import (
collections "git.perx.ru/perxis/perxis-go/pkg/collections"
mock "github.com/stretchr/testify/mock"
)
// Middleware is an autogenerated mock type for the Middleware type
type Middleware struct {
mock.Mock
}
// Execute provides a mock function with given fields: _a0
func (_m *Middleware) Execute(_a0 collections.Collections) collections.Collections {
ret := _m.Called(_a0)
var r0 collections.Collections
if rf, ok := ret.Get(0).(func(collections.Collections) collections.Collections); ok {
r0 = rf(_a0)
} else {
if ret.Get(0) != nil {
r0 = ret.Get(0).(collections.Collections)
}
}
return r0
}
...@@ -3,8 +3,8 @@ ...@@ -3,8 +3,8 @@
package transportgrpc package transportgrpc
import ( import (
transport "git.perx.ru/perxis/perxis-go/pkg/collections/transport"
pb "git.perx.ru/perxis/perxis-go/proto/collections" pb "git.perx.ru/perxis/perxis-go/proto/collections"
transport "git.perx.ru/perxis/perxis/services/collections/transport"
grpckit "github.com/go-kit/kit/transport/grpc" grpckit "github.com/go-kit/kit/transport/grpc"
empty "github.com/golang/protobuf/ptypes/empty" empty "github.com/golang/protobuf/ptypes/empty"
grpc "google.golang.org/grpc" grpc "google.golang.org/grpc"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment