Documentation ¶
Index ¶
- type ClientOption
- type ClientService
- func (_m *ClientService) ListFirmwares(params *firmware.ListFirmwaresParams, authInfo runtime.ClientAuthInfoWriter, ...) (*firmware.ListFirmwaresOK, error)
- func (_m *ClientService) RemoveFirmware(params *firmware.RemoveFirmwareParams, authInfo runtime.ClientAuthInfoWriter, ...) (*firmware.RemoveFirmwareOK, error)
- func (_m *ClientService) SetTransport(transport runtime.ClientTransport)
- func (_m *ClientService) UploadFirmware(params *firmware.UploadFirmwareParams, authInfo runtime.ClientAuthInfoWriter, ...) (*firmware.UploadFirmwareOK, 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 (*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 (*ClientService) ListFirmwares ¶
func (_m *ClientService) ListFirmwares(params *firmware.ListFirmwaresParams, authInfo runtime.ClientAuthInfoWriter, opts ...firmware.ClientOption) (*firmware.ListFirmwaresOK, error)
ListFirmwares provides a mock function with given fields: params, authInfo, opts
func (*ClientService) RemoveFirmware ¶
func (_m *ClientService) RemoveFirmware(params *firmware.RemoveFirmwareParams, authInfo runtime.ClientAuthInfoWriter, opts ...firmware.ClientOption) (*firmware.RemoveFirmwareOK, error)
RemoveFirmware 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) UploadFirmware ¶
func (_m *ClientService) UploadFirmware(params *firmware.UploadFirmwareParams, authInfo runtime.ClientAuthInfoWriter, opts ...firmware.ClientOption) (*firmware.UploadFirmwareOK, error)
UploadFirmware provides a mock function with given fields: params, authInfo, opts
Click to show internal directories.
Click to hide internal directories.