Documentation
¶
Index ¶
- type ClientService
- func (_mock *ClientService) CreateFilesystemLayout(params *filesystemlayout.CreateFilesystemLayoutParams, ...) (*filesystemlayout.CreateFilesystemLayoutCreated, error)
- func (_mock *ClientService) DeleteFilesystemLayout(params *filesystemlayout.DeleteFilesystemLayoutParams, ...) (*filesystemlayout.DeleteFilesystemLayoutOK, error)
- func (_m *ClientService) EXPECT() *ClientService_Expecter
- func (_mock *ClientService) GetFilesystemLayout(params *filesystemlayout.GetFilesystemLayoutParams, ...) (*filesystemlayout.GetFilesystemLayoutOK, error)
- func (_mock *ClientService) ListFilesystemLayouts(params *filesystemlayout.ListFilesystemLayoutsParams, ...) (*filesystemlayout.ListFilesystemLayoutsOK, error)
- func (_mock *ClientService) MatchFilesystemLayout(params *filesystemlayout.MatchFilesystemLayoutParams, ...) (*filesystemlayout.MatchFilesystemLayoutOK, error)
- func (_mock *ClientService) SetTransport(transport runtime.ClientTransport)
- func (_mock *ClientService) TryFilesystemLayout(params *filesystemlayout.TryFilesystemLayoutParams, ...) (*filesystemlayout.TryFilesystemLayoutOK, error)
- func (_mock *ClientService) UpdateFilesystemLayout(params *filesystemlayout.UpdateFilesystemLayoutParams, ...) (*filesystemlayout.UpdateFilesystemLayoutOK, error)
- type ClientService_CreateFilesystemLayout_Call
- func (_c *ClientService_CreateFilesystemLayout_Call) Return(createFilesystemLayoutCreated *filesystemlayout.CreateFilesystemLayoutCreated, ...) *ClientService_CreateFilesystemLayout_Call
- func (_c *ClientService_CreateFilesystemLayout_Call) Run(run func(params *filesystemlayout.CreateFilesystemLayoutParams, ...)) *ClientService_CreateFilesystemLayout_Call
- func (_c *ClientService_CreateFilesystemLayout_Call) RunAndReturn(...) *ClientService_CreateFilesystemLayout_Call
- type ClientService_DeleteFilesystemLayout_Call
- func (_c *ClientService_DeleteFilesystemLayout_Call) Return(deleteFilesystemLayoutOK *filesystemlayout.DeleteFilesystemLayoutOK, err error) *ClientService_DeleteFilesystemLayout_Call
- func (_c *ClientService_DeleteFilesystemLayout_Call) Run(run func(params *filesystemlayout.DeleteFilesystemLayoutParams, ...)) *ClientService_DeleteFilesystemLayout_Call
- func (_c *ClientService_DeleteFilesystemLayout_Call) RunAndReturn(...) *ClientService_DeleteFilesystemLayout_Call
- type ClientService_Expecter
- func (_e *ClientService_Expecter) CreateFilesystemLayout(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_CreateFilesystemLayout_Call
- func (_e *ClientService_Expecter) DeleteFilesystemLayout(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_DeleteFilesystemLayout_Call
- func (_e *ClientService_Expecter) GetFilesystemLayout(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_GetFilesystemLayout_Call
- func (_e *ClientService_Expecter) ListFilesystemLayouts(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_ListFilesystemLayouts_Call
- func (_e *ClientService_Expecter) MatchFilesystemLayout(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_MatchFilesystemLayout_Call
- func (_e *ClientService_Expecter) SetTransport(transport interface{}) *ClientService_SetTransport_Call
- func (_e *ClientService_Expecter) TryFilesystemLayout(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_TryFilesystemLayout_Call
- func (_e *ClientService_Expecter) UpdateFilesystemLayout(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_UpdateFilesystemLayout_Call
- type ClientService_GetFilesystemLayout_Call
- func (_c *ClientService_GetFilesystemLayout_Call) Return(getFilesystemLayoutOK *filesystemlayout.GetFilesystemLayoutOK, err error) *ClientService_GetFilesystemLayout_Call
- func (_c *ClientService_GetFilesystemLayout_Call) Run(run func(params *filesystemlayout.GetFilesystemLayoutParams, ...)) *ClientService_GetFilesystemLayout_Call
- func (_c *ClientService_GetFilesystemLayout_Call) RunAndReturn(...) *ClientService_GetFilesystemLayout_Call
- type ClientService_ListFilesystemLayouts_Call
- func (_c *ClientService_ListFilesystemLayouts_Call) Return(listFilesystemLayoutsOK *filesystemlayout.ListFilesystemLayoutsOK, err error) *ClientService_ListFilesystemLayouts_Call
- func (_c *ClientService_ListFilesystemLayouts_Call) Run(run func(params *filesystemlayout.ListFilesystemLayoutsParams, ...)) *ClientService_ListFilesystemLayouts_Call
- func (_c *ClientService_ListFilesystemLayouts_Call) RunAndReturn(...) *ClientService_ListFilesystemLayouts_Call
- type ClientService_MatchFilesystemLayout_Call
- func (_c *ClientService_MatchFilesystemLayout_Call) Return(matchFilesystemLayoutOK *filesystemlayout.MatchFilesystemLayoutOK, err error) *ClientService_MatchFilesystemLayout_Call
- func (_c *ClientService_MatchFilesystemLayout_Call) Run(run func(params *filesystemlayout.MatchFilesystemLayoutParams, ...)) *ClientService_MatchFilesystemLayout_Call
- func (_c *ClientService_MatchFilesystemLayout_Call) RunAndReturn(...) *ClientService_MatchFilesystemLayout_Call
- type ClientService_SetTransport_Call
- func (_c *ClientService_SetTransport_Call) Return() *ClientService_SetTransport_Call
- func (_c *ClientService_SetTransport_Call) Run(run func(transport runtime.ClientTransport)) *ClientService_SetTransport_Call
- func (_c *ClientService_SetTransport_Call) RunAndReturn(run func(transport runtime.ClientTransport)) *ClientService_SetTransport_Call
- type ClientService_TryFilesystemLayout_Call
- func (_c *ClientService_TryFilesystemLayout_Call) Return(tryFilesystemLayoutOK *filesystemlayout.TryFilesystemLayoutOK, err error) *ClientService_TryFilesystemLayout_Call
- func (_c *ClientService_TryFilesystemLayout_Call) Run(run func(params *filesystemlayout.TryFilesystemLayoutParams, ...)) *ClientService_TryFilesystemLayout_Call
- func (_c *ClientService_TryFilesystemLayout_Call) RunAndReturn(...) *ClientService_TryFilesystemLayout_Call
- type ClientService_UpdateFilesystemLayout_Call
- func (_c *ClientService_UpdateFilesystemLayout_Call) Return(updateFilesystemLayoutOK *filesystemlayout.UpdateFilesystemLayoutOK, err error) *ClientService_UpdateFilesystemLayout_Call
- func (_c *ClientService_UpdateFilesystemLayout_Call) Run(run func(params *filesystemlayout.UpdateFilesystemLayoutParams, ...)) *ClientService_UpdateFilesystemLayout_Call
- func (_c *ClientService_UpdateFilesystemLayout_Call) RunAndReturn(...) *ClientService_UpdateFilesystemLayout_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientService ¶
ClientService is an autogenerated mock type for the ClientService type
func NewClientService ¶ added in v0.18.1
func NewClientService(t interface {
mock.TestingT
Cleanup(func())
}) *ClientService
NewClientService creates a new instance of ClientService. 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 (*ClientService) CreateFilesystemLayout ¶
func (_mock *ClientService) CreateFilesystemLayout(params *filesystemlayout.CreateFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...filesystemlayout.ClientOption) (*filesystemlayout.CreateFilesystemLayoutCreated, error)
CreateFilesystemLayout provides a mock function for the type ClientService
func (*ClientService) DeleteFilesystemLayout ¶
func (_mock *ClientService) DeleteFilesystemLayout(params *filesystemlayout.DeleteFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...filesystemlayout.ClientOption) (*filesystemlayout.DeleteFilesystemLayoutOK, error)
DeleteFilesystemLayout provides a mock function for the type ClientService
func (*ClientService) EXPECT ¶ added in v0.42.4
func (_m *ClientService) EXPECT() *ClientService_Expecter
func (*ClientService) GetFilesystemLayout ¶
func (_mock *ClientService) GetFilesystemLayout(params *filesystemlayout.GetFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...filesystemlayout.ClientOption) (*filesystemlayout.GetFilesystemLayoutOK, error)
GetFilesystemLayout provides a mock function for the type ClientService
func (*ClientService) ListFilesystemLayouts ¶
func (_mock *ClientService) ListFilesystemLayouts(params *filesystemlayout.ListFilesystemLayoutsParams, authInfo runtime.ClientAuthInfoWriter, opts ...filesystemlayout.ClientOption) (*filesystemlayout.ListFilesystemLayoutsOK, error)
ListFilesystemLayouts provides a mock function for the type ClientService
func (*ClientService) MatchFilesystemLayout ¶
func (_mock *ClientService) MatchFilesystemLayout(params *filesystemlayout.MatchFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...filesystemlayout.ClientOption) (*filesystemlayout.MatchFilesystemLayoutOK, error)
MatchFilesystemLayout provides a mock function for the type ClientService
func (*ClientService) SetTransport ¶
func (_mock *ClientService) SetTransport(transport runtime.ClientTransport)
SetTransport provides a mock function for the type ClientService
func (*ClientService) TryFilesystemLayout ¶
func (_mock *ClientService) TryFilesystemLayout(params *filesystemlayout.TryFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...filesystemlayout.ClientOption) (*filesystemlayout.TryFilesystemLayoutOK, error)
TryFilesystemLayout provides a mock function for the type ClientService
func (*ClientService) UpdateFilesystemLayout ¶
func (_mock *ClientService) UpdateFilesystemLayout(params *filesystemlayout.UpdateFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...filesystemlayout.ClientOption) (*filesystemlayout.UpdateFilesystemLayoutOK, error)
UpdateFilesystemLayout provides a mock function for the type ClientService
type ClientService_CreateFilesystemLayout_Call ¶ added in v0.42.4
ClientService_CreateFilesystemLayout_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateFilesystemLayout'
func (*ClientService_CreateFilesystemLayout_Call) Return ¶ added in v0.42.4
func (_c *ClientService_CreateFilesystemLayout_Call) Return(createFilesystemLayoutCreated *filesystemlayout.CreateFilesystemLayoutCreated, err error) *ClientService_CreateFilesystemLayout_Call
func (*ClientService_CreateFilesystemLayout_Call) Run ¶ added in v0.42.4
func (_c *ClientService_CreateFilesystemLayout_Call) Run(run func(params *filesystemlayout.CreateFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...filesystemlayout.ClientOption)) *ClientService_CreateFilesystemLayout_Call
func (*ClientService_CreateFilesystemLayout_Call) RunAndReturn ¶ added in v0.42.4
func (_c *ClientService_CreateFilesystemLayout_Call) RunAndReturn(run func(params *filesystemlayout.CreateFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...filesystemlayout.ClientOption) (*filesystemlayout.CreateFilesystemLayoutCreated, error)) *ClientService_CreateFilesystemLayout_Call
type ClientService_DeleteFilesystemLayout_Call ¶ added in v0.42.4
ClientService_DeleteFilesystemLayout_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteFilesystemLayout'
func (*ClientService_DeleteFilesystemLayout_Call) Return ¶ added in v0.42.4
func (_c *ClientService_DeleteFilesystemLayout_Call) Return(deleteFilesystemLayoutOK *filesystemlayout.DeleteFilesystemLayoutOK, err error) *ClientService_DeleteFilesystemLayout_Call
func (*ClientService_DeleteFilesystemLayout_Call) Run ¶ added in v0.42.4
func (_c *ClientService_DeleteFilesystemLayout_Call) Run(run func(params *filesystemlayout.DeleteFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...filesystemlayout.ClientOption)) *ClientService_DeleteFilesystemLayout_Call
func (*ClientService_DeleteFilesystemLayout_Call) RunAndReturn ¶ added in v0.42.4
func (_c *ClientService_DeleteFilesystemLayout_Call) RunAndReturn(run func(params *filesystemlayout.DeleteFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...filesystemlayout.ClientOption) (*filesystemlayout.DeleteFilesystemLayoutOK, error)) *ClientService_DeleteFilesystemLayout_Call
type ClientService_Expecter ¶ added in v0.42.4
type ClientService_Expecter struct {
// contains filtered or unexported fields
}
func (*ClientService_Expecter) CreateFilesystemLayout ¶ added in v0.42.4
func (_e *ClientService_Expecter) CreateFilesystemLayout(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_CreateFilesystemLayout_Call
CreateFilesystemLayout is a helper method to define mock.On call
- params *filesystemlayout.CreateFilesystemLayoutParams
- authInfo runtime.ClientAuthInfoWriter
- opts ...filesystemlayout.ClientOption
func (*ClientService_Expecter) DeleteFilesystemLayout ¶ added in v0.42.4
func (_e *ClientService_Expecter) DeleteFilesystemLayout(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_DeleteFilesystemLayout_Call
DeleteFilesystemLayout is a helper method to define mock.On call
- params *filesystemlayout.DeleteFilesystemLayoutParams
- authInfo runtime.ClientAuthInfoWriter
- opts ...filesystemlayout.ClientOption
func (*ClientService_Expecter) GetFilesystemLayout ¶ added in v0.42.4
func (_e *ClientService_Expecter) GetFilesystemLayout(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_GetFilesystemLayout_Call
GetFilesystemLayout is a helper method to define mock.On call
- params *filesystemlayout.GetFilesystemLayoutParams
- authInfo runtime.ClientAuthInfoWriter
- opts ...filesystemlayout.ClientOption
func (*ClientService_Expecter) ListFilesystemLayouts ¶ added in v0.42.4
func (_e *ClientService_Expecter) ListFilesystemLayouts(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_ListFilesystemLayouts_Call
ListFilesystemLayouts is a helper method to define mock.On call
- params *filesystemlayout.ListFilesystemLayoutsParams
- authInfo runtime.ClientAuthInfoWriter
- opts ...filesystemlayout.ClientOption
func (*ClientService_Expecter) MatchFilesystemLayout ¶ added in v0.42.4
func (_e *ClientService_Expecter) MatchFilesystemLayout(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_MatchFilesystemLayout_Call
MatchFilesystemLayout is a helper method to define mock.On call
- params *filesystemlayout.MatchFilesystemLayoutParams
- authInfo runtime.ClientAuthInfoWriter
- opts ...filesystemlayout.ClientOption
func (*ClientService_Expecter) SetTransport ¶ added in v0.42.4
func (_e *ClientService_Expecter) SetTransport(transport interface{}) *ClientService_SetTransport_Call
SetTransport is a helper method to define mock.On call
- transport runtime.ClientTransport
func (*ClientService_Expecter) TryFilesystemLayout ¶ added in v0.42.4
func (_e *ClientService_Expecter) TryFilesystemLayout(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_TryFilesystemLayout_Call
TryFilesystemLayout is a helper method to define mock.On call
- params *filesystemlayout.TryFilesystemLayoutParams
- authInfo runtime.ClientAuthInfoWriter
- opts ...filesystemlayout.ClientOption
func (*ClientService_Expecter) UpdateFilesystemLayout ¶ added in v0.42.4
func (_e *ClientService_Expecter) UpdateFilesystemLayout(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_UpdateFilesystemLayout_Call
UpdateFilesystemLayout is a helper method to define mock.On call
- params *filesystemlayout.UpdateFilesystemLayoutParams
- authInfo runtime.ClientAuthInfoWriter
- opts ...filesystemlayout.ClientOption
type ClientService_GetFilesystemLayout_Call ¶ added in v0.42.4
ClientService_GetFilesystemLayout_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetFilesystemLayout'
func (*ClientService_GetFilesystemLayout_Call) Return ¶ added in v0.42.4
func (_c *ClientService_GetFilesystemLayout_Call) Return(getFilesystemLayoutOK *filesystemlayout.GetFilesystemLayoutOK, err error) *ClientService_GetFilesystemLayout_Call
func (*ClientService_GetFilesystemLayout_Call) Run ¶ added in v0.42.4
func (_c *ClientService_GetFilesystemLayout_Call) Run(run func(params *filesystemlayout.GetFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...filesystemlayout.ClientOption)) *ClientService_GetFilesystemLayout_Call
func (*ClientService_GetFilesystemLayout_Call) RunAndReturn ¶ added in v0.42.4
func (_c *ClientService_GetFilesystemLayout_Call) RunAndReturn(run func(params *filesystemlayout.GetFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...filesystemlayout.ClientOption) (*filesystemlayout.GetFilesystemLayoutOK, error)) *ClientService_GetFilesystemLayout_Call
type ClientService_ListFilesystemLayouts_Call ¶ added in v0.42.4
ClientService_ListFilesystemLayouts_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListFilesystemLayouts'
func (*ClientService_ListFilesystemLayouts_Call) Return ¶ added in v0.42.4
func (_c *ClientService_ListFilesystemLayouts_Call) Return(listFilesystemLayoutsOK *filesystemlayout.ListFilesystemLayoutsOK, err error) *ClientService_ListFilesystemLayouts_Call
func (*ClientService_ListFilesystemLayouts_Call) Run ¶ added in v0.42.4
func (_c *ClientService_ListFilesystemLayouts_Call) Run(run func(params *filesystemlayout.ListFilesystemLayoutsParams, authInfo runtime.ClientAuthInfoWriter, opts ...filesystemlayout.ClientOption)) *ClientService_ListFilesystemLayouts_Call
func (*ClientService_ListFilesystemLayouts_Call) RunAndReturn ¶ added in v0.42.4
func (_c *ClientService_ListFilesystemLayouts_Call) RunAndReturn(run func(params *filesystemlayout.ListFilesystemLayoutsParams, authInfo runtime.ClientAuthInfoWriter, opts ...filesystemlayout.ClientOption) (*filesystemlayout.ListFilesystemLayoutsOK, error)) *ClientService_ListFilesystemLayouts_Call
type ClientService_MatchFilesystemLayout_Call ¶ added in v0.42.4
ClientService_MatchFilesystemLayout_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MatchFilesystemLayout'
func (*ClientService_MatchFilesystemLayout_Call) Return ¶ added in v0.42.4
func (_c *ClientService_MatchFilesystemLayout_Call) Return(matchFilesystemLayoutOK *filesystemlayout.MatchFilesystemLayoutOK, err error) *ClientService_MatchFilesystemLayout_Call
func (*ClientService_MatchFilesystemLayout_Call) Run ¶ added in v0.42.4
func (_c *ClientService_MatchFilesystemLayout_Call) Run(run func(params *filesystemlayout.MatchFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...filesystemlayout.ClientOption)) *ClientService_MatchFilesystemLayout_Call
func (*ClientService_MatchFilesystemLayout_Call) RunAndReturn ¶ added in v0.42.4
func (_c *ClientService_MatchFilesystemLayout_Call) RunAndReturn(run func(params *filesystemlayout.MatchFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...filesystemlayout.ClientOption) (*filesystemlayout.MatchFilesystemLayoutOK, error)) *ClientService_MatchFilesystemLayout_Call
type ClientService_SetTransport_Call ¶ added in v0.42.4
ClientService_SetTransport_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetTransport'
func (*ClientService_SetTransport_Call) Return ¶ added in v0.42.4
func (_c *ClientService_SetTransport_Call) Return() *ClientService_SetTransport_Call
func (*ClientService_SetTransport_Call) Run ¶ added in v0.42.4
func (_c *ClientService_SetTransport_Call) Run(run func(transport runtime.ClientTransport)) *ClientService_SetTransport_Call
func (*ClientService_SetTransport_Call) RunAndReturn ¶ added in v0.42.4
func (_c *ClientService_SetTransport_Call) RunAndReturn(run func(transport runtime.ClientTransport)) *ClientService_SetTransport_Call
type ClientService_TryFilesystemLayout_Call ¶ added in v0.42.4
ClientService_TryFilesystemLayout_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'TryFilesystemLayout'
func (*ClientService_TryFilesystemLayout_Call) Return ¶ added in v0.42.4
func (_c *ClientService_TryFilesystemLayout_Call) Return(tryFilesystemLayoutOK *filesystemlayout.TryFilesystemLayoutOK, err error) *ClientService_TryFilesystemLayout_Call
func (*ClientService_TryFilesystemLayout_Call) Run ¶ added in v0.42.4
func (_c *ClientService_TryFilesystemLayout_Call) Run(run func(params *filesystemlayout.TryFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...filesystemlayout.ClientOption)) *ClientService_TryFilesystemLayout_Call
func (*ClientService_TryFilesystemLayout_Call) RunAndReturn ¶ added in v0.42.4
func (_c *ClientService_TryFilesystemLayout_Call) RunAndReturn(run func(params *filesystemlayout.TryFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...filesystemlayout.ClientOption) (*filesystemlayout.TryFilesystemLayoutOK, error)) *ClientService_TryFilesystemLayout_Call
type ClientService_UpdateFilesystemLayout_Call ¶ added in v0.42.4
ClientService_UpdateFilesystemLayout_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateFilesystemLayout'
func (*ClientService_UpdateFilesystemLayout_Call) Return ¶ added in v0.42.4
func (_c *ClientService_UpdateFilesystemLayout_Call) Return(updateFilesystemLayoutOK *filesystemlayout.UpdateFilesystemLayoutOK, err error) *ClientService_UpdateFilesystemLayout_Call
func (*ClientService_UpdateFilesystemLayout_Call) Run ¶ added in v0.42.4
func (_c *ClientService_UpdateFilesystemLayout_Call) Run(run func(params *filesystemlayout.UpdateFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...filesystemlayout.ClientOption)) *ClientService_UpdateFilesystemLayout_Call
func (*ClientService_UpdateFilesystemLayout_Call) RunAndReturn ¶ added in v0.42.4
func (_c *ClientService_UpdateFilesystemLayout_Call) RunAndReturn(run func(params *filesystemlayout.UpdateFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...filesystemlayout.ClientOption) (*filesystemlayout.UpdateFilesystemLayoutOK, error)) *ClientService_UpdateFilesystemLayout_Call