Documentation ¶
Index ¶
- type ClientOption
- type ClientService
- func (_m *ClientService) CreateFilesystemLayout(params *clientfilesystemlayout.CreateFilesystemLayoutParams, ...) (*clientfilesystemlayout.CreateFilesystemLayoutCreated, error)
- func (_m *ClientService) DeleteFilesystemLayout(params *clientfilesystemlayout.DeleteFilesystemLayoutParams, ...) (*clientfilesystemlayout.DeleteFilesystemLayoutOK, error)
- func (_m *ClientService) GetFilesystemLayout(params *clientfilesystemlayout.GetFilesystemLayoutParams, ...) (*clientfilesystemlayout.GetFilesystemLayoutOK, error)
- func (_m *ClientService) ListFilesystemLayouts(params *clientfilesystemlayout.ListFilesystemLayoutsParams, ...) (*clientfilesystemlayout.ListFilesystemLayoutsOK, error)
- func (_m *ClientService) MatchFilesystemLayout(params *clientfilesystemlayout.MatchFilesystemLayoutParams, ...) (*clientfilesystemlayout.MatchFilesystemLayoutOK, error)
- func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
- func (_m *ClientService) TryFilesystemLayout(params *clientfilesystemlayout.TryFilesystemLayoutParams, ...) (*clientfilesystemlayout.TryFilesystemLayoutOK, error)
- func (_m *ClientService) UpdateFilesystemLayout(params *clientfilesystemlayout.UpdateFilesystemLayoutParams, ...) (*clientfilesystemlayout.UpdateFilesystemLayoutOK, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClientOption ¶
ClientOption is an autogenerated mock type for the ClientOption type
func NewClientOption ¶ added in v0.18.1
func NewClientOption(t interface { mock.TestingT Cleanup(func()) }) *ClientOption
NewClientOption creates a new instance of ClientOption. 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 (*ClientOption) Execute ¶
func (_m *ClientOption) Execute(_a0 *runtime.ClientOperation)
Execute provides a mock function with given fields: _a0
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 (_m *ClientService) CreateFilesystemLayout(params *clientfilesystemlayout.CreateFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientfilesystemlayout.ClientOption) (*clientfilesystemlayout.CreateFilesystemLayoutCreated, error)
CreateFilesystemLayout provides a mock function with given fields: params, authInfo, opts
func (*ClientService) DeleteFilesystemLayout ¶
func (_m *ClientService) DeleteFilesystemLayout(params *clientfilesystemlayout.DeleteFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientfilesystemlayout.ClientOption) (*clientfilesystemlayout.DeleteFilesystemLayoutOK, error)
DeleteFilesystemLayout provides a mock function with given fields: params, authInfo, opts
func (*ClientService) GetFilesystemLayout ¶
func (_m *ClientService) GetFilesystemLayout(params *clientfilesystemlayout.GetFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientfilesystemlayout.ClientOption) (*clientfilesystemlayout.GetFilesystemLayoutOK, error)
GetFilesystemLayout provides a mock function with given fields: params, authInfo, opts
func (*ClientService) ListFilesystemLayouts ¶
func (_m *ClientService) ListFilesystemLayouts(params *clientfilesystemlayout.ListFilesystemLayoutsParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientfilesystemlayout.ClientOption) (*clientfilesystemlayout.ListFilesystemLayoutsOK, error)
ListFilesystemLayouts provides a mock function with given fields: params, authInfo, opts
func (*ClientService) MatchFilesystemLayout ¶
func (_m *ClientService) MatchFilesystemLayout(params *clientfilesystemlayout.MatchFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientfilesystemlayout.ClientOption) (*clientfilesystemlayout.MatchFilesystemLayoutOK, error)
MatchFilesystemLayout provides a mock function with given fields: params, authInfo, opts
func (*ClientService) SetTransport ¶
func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
SetTransport provides a mock function with given fields: transport
func (*ClientService) TryFilesystemLayout ¶
func (_m *ClientService) TryFilesystemLayout(params *clientfilesystemlayout.TryFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientfilesystemlayout.ClientOption) (*clientfilesystemlayout.TryFilesystemLayoutOK, error)
TryFilesystemLayout provides a mock function with given fields: params, authInfo, opts
func (*ClientService) UpdateFilesystemLayout ¶
func (_m *ClientService) UpdateFilesystemLayout(params *clientfilesystemlayout.UpdateFilesystemLayoutParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientfilesystemlayout.ClientOption) (*clientfilesystemlayout.UpdateFilesystemLayoutOK, error)
UpdateFilesystemLayout provides a mock function with given fields: params, authInfo, opts