Documentation ¶
Index ¶
- type ClientOption
- type ClientService
- func (_m *ClientService) CreateTenant(params *clienttenant.CreateTenantParams, authInfo runtime.ClientAuthInfoWriter, ...) (*clienttenant.CreateTenantCreated, error)
- func (_m *ClientService) DeleteTenant(params *clienttenant.DeleteTenantParams, authInfo runtime.ClientAuthInfoWriter, ...) (*clienttenant.DeleteTenantOK, error)
- func (_m *ClientService) FindTenants(params *clienttenant.FindTenantsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*clienttenant.FindTenantsOK, error)
- func (_m *ClientService) GetTenant(params *clienttenant.GetTenantParams, authInfo runtime.ClientAuthInfoWriter, ...) (*clienttenant.GetTenantOK, error)
- func (_m *ClientService) ListTenants(params *clienttenant.ListTenantsParams, authInfo runtime.ClientAuthInfoWriter, ...) (*clienttenant.ListTenantsOK, error)
- func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
- func (_m *ClientService) UpdateTenant(params *clienttenant.UpdateTenantParams, authInfo runtime.ClientAuthInfoWriter, ...) (*clienttenant.UpdateTenantOK, 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) CreateTenant ¶ added in v0.24.0
func (_m *ClientService) CreateTenant(params *clienttenant.CreateTenantParams, authInfo runtime.ClientAuthInfoWriter, opts ...clienttenant.ClientOption) (*clienttenant.CreateTenantCreated, error)
CreateTenant provides a mock function with given fields: params, authInfo, opts
func (*ClientService) DeleteTenant ¶ added in v0.24.0
func (_m *ClientService) DeleteTenant(params *clienttenant.DeleteTenantParams, authInfo runtime.ClientAuthInfoWriter, opts ...clienttenant.ClientOption) (*clienttenant.DeleteTenantOK, error)
DeleteTenant provides a mock function with given fields: params, authInfo, opts
func (*ClientService) FindTenants ¶ added in v0.24.0
func (_m *ClientService) FindTenants(params *clienttenant.FindTenantsParams, authInfo runtime.ClientAuthInfoWriter, opts ...clienttenant.ClientOption) (*clienttenant.FindTenantsOK, error)
FindTenants provides a mock function with given fields: params, authInfo, opts
func (*ClientService) GetTenant ¶
func (_m *ClientService) GetTenant(params *clienttenant.GetTenantParams, authInfo runtime.ClientAuthInfoWriter, opts ...clienttenant.ClientOption) (*clienttenant.GetTenantOK, error)
GetTenant provides a mock function with given fields: params, authInfo, opts
func (*ClientService) ListTenants ¶
func (_m *ClientService) ListTenants(params *clienttenant.ListTenantsParams, authInfo runtime.ClientAuthInfoWriter, opts ...clienttenant.ClientOption) (*clienttenant.ListTenantsOK, error)
ListTenants 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) UpdateTenant ¶ added in v0.24.0
func (_m *ClientService) UpdateTenant(params *clienttenant.UpdateTenantParams, authInfo runtime.ClientAuthInfoWriter, opts ...clienttenant.ClientOption) (*clienttenant.UpdateTenantOK, error)
UpdateTenant provides a mock function with given fields: params, authInfo, opts