Skip to content
Snippets Groups Projects
Commit 00e9e5d9 authored by Pavel Antonov's avatar Pavel Antonov :asterisk:
Browse files

Merge branch 'feature/3247-FileKey' into 'master'

Перегенированы клиенты и моки после обновления прото-спецификации Files

See merge request perxis/perxis-go!487
parents 0d7c47bc adcaecfc
No related branches found
No related tags found
No related merge requests found
Subproject commit 0aed1eecb2c55f4b0ec70a01f3cb7e12e7dc0bcb
Subproject commit b67683480aa2d99d80fa5c0c94fe908ff30ab560
// Code generated by mockery v2.50.0. DO NOT EDIT.
// Code generated by mockery v2.52.2. DO NOT EDIT.
package mocks
import mock "github.com/stretchr/testify/mock"
// SpaceGetter is an autogenerated mock type for the spaceGetter type
type SpaceGetter struct {
// spaceGetter is an autogenerated mock type for the spaceGetter type
type spaceGetter struct {
mock.Mock
}
// GetSpaceID provides a mock function with no fields
func (_m *SpaceGetter) GetSpaceID() string {
func (_m *spaceGetter) GetSpaceID() string {
ret := _m.Called()
if len(ret) == 0 {
......@@ -27,13 +27,13 @@ func (_m *SpaceGetter) GetSpaceID() string {
return r0
}
// NewSpaceGetter creates a new instance of SpaceGetter. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
// newSpaceGetter creates a new instance of spaceGetter. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations.
// The first argument is typically a *testing.T value.
func NewSpaceGetter(t interface {
func newSpaceGetter(t interface {
mock.TestingT
Cleanup(func())
}) *SpaceGetter {
mock := &SpaceGetter{}
}) *spaceGetter {
mock := &spaceGetter{}
mock.Mock.Test(t)
t.Cleanup(func() { mock.AssertExpectations(t) })
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment