Documentation
¶
Index ¶
- type ClientOption
- type ClientService
- func (_m *ClientService) CloudTargetCollectionGet(params *clientcloud.CloudTargetCollectionGetParams, ...) (*clientcloud.CloudTargetCollectionGetOK, error)
- func (_m *ClientService) CloudTargetCreate(params *clientcloud.CloudTargetCreateParams, ...) (*clientcloud.CloudTargetCreateCreated, *clientcloud.CloudTargetCreateAccepted, ...)
- func (_m *ClientService) CloudTargetDelete(params *clientcloud.CloudTargetDeleteParams, ...) (*clientcloud.CloudTargetDeleteOK, *clientcloud.CloudTargetDeleteAccepted, ...)
- func (_m *ClientService) CloudTargetGet(params *clientcloud.CloudTargetGetParams, ...) (*clientcloud.CloudTargetGetOK, error)
- func (_m *ClientService) CloudTargetModify(params *clientcloud.CloudTargetModifyParams, ...) (*clientcloud.CloudTargetModifyOK, *clientcloud.CloudTargetModifyAccepted, ...)
- func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
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 ¶
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 ¶
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) CloudTargetCollectionGet ¶
func (_m *ClientService) CloudTargetCollectionGet(params *clientcloud.CloudTargetCollectionGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientcloud.ClientOption) (*clientcloud.CloudTargetCollectionGetOK, error)
CloudTargetCollectionGet provides a mock function with given fields: params, authInfo, opts
func (*ClientService) CloudTargetCreate ¶
func (_m *ClientService) CloudTargetCreate(params *clientcloud.CloudTargetCreateParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientcloud.ClientOption) (*clientcloud.CloudTargetCreateCreated, *clientcloud.CloudTargetCreateAccepted, error)
CloudTargetCreate provides a mock function with given fields: params, authInfo, opts
func (*ClientService) CloudTargetDelete ¶
func (_m *ClientService) CloudTargetDelete(params *clientcloud.CloudTargetDeleteParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientcloud.ClientOption) (*clientcloud.CloudTargetDeleteOK, *clientcloud.CloudTargetDeleteAccepted, error)
CloudTargetDelete provides a mock function with given fields: params, authInfo, opts
func (*ClientService) CloudTargetGet ¶
func (_m *ClientService) CloudTargetGet(params *clientcloud.CloudTargetGetParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientcloud.ClientOption) (*clientcloud.CloudTargetGetOK, error)
CloudTargetGet provides a mock function with given fields: params, authInfo, opts
func (*ClientService) CloudTargetModify ¶
func (_m *ClientService) CloudTargetModify(params *clientcloud.CloudTargetModifyParams, authInfo runtime.ClientAuthInfoWriter, opts ...clientcloud.ClientOption) (*clientcloud.CloudTargetModifyOK, *clientcloud.CloudTargetModifyAccepted, error)
CloudTargetModify 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