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

правки по ПР

parent 8302c6fc
No related branches found
No related tags found
No related merge requests found
// Code generated by mockery v2.7.4. DO NOT EDIT.
package mocks
import (
images "git.perx.ru/perxis/perxis-go/pkg/images"
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 images.Images) images.Images {
ret := _m.Called(_a0)
var r0 images.Images
if rf, ok := ret.Get(0).(func(images.Images) images.Images); ok {
r0 = rf(_a0)
} else {
if ret.Get(0) != nil {
r0 = ret.Get(0).(images.Images)
}
}
return r0
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment