machine

package
v0.43.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 26, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClientService

type ClientService struct {
	mock.Mock
}

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) AllocateMachine

AllocateMachine provides a mock function for the type ClientService

func (*ClientService) ChassisIdentifyLEDOff

ChassisIdentifyLEDOff provides a mock function for the type ClientService

func (*ClientService) ChassisIdentifyLEDOn

ChassisIdentifyLEDOn provides a mock function for the type ClientService

func (*ClientService) DeleteMachine

DeleteMachine provides a mock function for the type ClientService

func (*ClientService) EXPECT added in v0.42.4

func (_m *ClientService) EXPECT() *ClientService_Expecter

func (*ClientService) FindIPMIMachine

FindIPMIMachine provides a mock function for the type ClientService

func (*ClientService) FindIPMIMachines

FindIPMIMachines provides a mock function for the type ClientService

func (*ClientService) FindMachine

FindMachine provides a mock function for the type ClientService

func (*ClientService) FindMachines

FindMachines provides a mock function for the type ClientService

func (*ClientService) FreeMachine

FreeMachine provides a mock function for the type ClientService

func (*ClientService) GetMachineConsolePassword

GetMachineConsolePassword provides a mock function for the type ClientService

func (*ClientService) IpmiReport

IpmiReport provides a mock function for the type ClientService

func (*ClientService) Issues added in v0.24.2

Issues provides a mock function for the type ClientService

func (*ClientService) ListIssues added in v0.24.2

ListIssues provides a mock function for the type ClientService

func (*ClientService) ListMachines

ListMachines provides a mock function for the type ClientService

func (*ClientService) MachineBios

MachineBios provides a mock function for the type ClientService

func (*ClientService) MachineCycle

MachineCycle provides a mock function for the type ClientService

func (*ClientService) MachineDisk

MachineDisk provides a mock function for the type ClientService

func (*ClientService) MachineOff

MachineOff provides a mock function for the type ClientService

func (*ClientService) MachineOn

MachineOn provides a mock function for the type ClientService

func (*ClientService) MachinePxe

MachinePxe provides a mock function for the type ClientService

func (*ClientService) MachineReset

MachineReset provides a mock function for the type ClientService

func (*ClientService) ReinstallMachine

ReinstallMachine provides a mock function for the type ClientService

func (*ClientService) SetMachineState

SetMachineState 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) UpdateFirmware

UpdateFirmware provides a mock function for the type ClientService

func (*ClientService) UpdateMachine added in v0.18.1

UpdateMachine provides a mock function for the type ClientService

type ClientService_AllocateMachine_Call added in v0.42.4

type ClientService_AllocateMachine_Call struct {
	*mock.Call
}

ClientService_AllocateMachine_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'AllocateMachine'

func (*ClientService_AllocateMachine_Call) Return added in v0.42.4

func (*ClientService_AllocateMachine_Call) Run added in v0.42.4

func (*ClientService_AllocateMachine_Call) RunAndReturn added in v0.42.4

type ClientService_ChassisIdentifyLEDOff_Call added in v0.42.4

type ClientService_ChassisIdentifyLEDOff_Call struct {
	*mock.Call
}

ClientService_ChassisIdentifyLEDOff_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ChassisIdentifyLEDOff'

func (*ClientService_ChassisIdentifyLEDOff_Call) Return added in v0.42.4

func (*ClientService_ChassisIdentifyLEDOff_Call) Run added in v0.42.4

func (*ClientService_ChassisIdentifyLEDOff_Call) RunAndReturn added in v0.42.4

type ClientService_ChassisIdentifyLEDOn_Call added in v0.42.4

type ClientService_ChassisIdentifyLEDOn_Call struct {
	*mock.Call
}

ClientService_ChassisIdentifyLEDOn_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ChassisIdentifyLEDOn'

func (*ClientService_ChassisIdentifyLEDOn_Call) Return added in v0.42.4

func (*ClientService_ChassisIdentifyLEDOn_Call) Run added in v0.42.4

func (*ClientService_ChassisIdentifyLEDOn_Call) RunAndReturn added in v0.42.4

type ClientService_DeleteMachine_Call added in v0.42.4

type ClientService_DeleteMachine_Call struct {
	*mock.Call
}

ClientService_DeleteMachine_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteMachine'

func (*ClientService_DeleteMachine_Call) Return added in v0.42.4

func (*ClientService_DeleteMachine_Call) Run added in v0.42.4

func (*ClientService_DeleteMachine_Call) RunAndReturn added in v0.42.4

type ClientService_Expecter added in v0.42.4

type ClientService_Expecter struct {
	// contains filtered or unexported fields
}

func (*ClientService_Expecter) AllocateMachine added in v0.42.4

func (_e *ClientService_Expecter) AllocateMachine(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_AllocateMachine_Call

AllocateMachine is a helper method to define mock.On call

  • params *machine.AllocateMachineParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) ChassisIdentifyLEDOff added in v0.42.4

func (_e *ClientService_Expecter) ChassisIdentifyLEDOff(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_ChassisIdentifyLEDOff_Call

ChassisIdentifyLEDOff is a helper method to define mock.On call

  • params *machine.ChassisIdentifyLEDOffParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) ChassisIdentifyLEDOn added in v0.42.4

func (_e *ClientService_Expecter) ChassisIdentifyLEDOn(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_ChassisIdentifyLEDOn_Call

ChassisIdentifyLEDOn is a helper method to define mock.On call

  • params *machine.ChassisIdentifyLEDOnParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) DeleteMachine added in v0.42.4

func (_e *ClientService_Expecter) DeleteMachine(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_DeleteMachine_Call

DeleteMachine is a helper method to define mock.On call

  • params *machine.DeleteMachineParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) FindIPMIMachine added in v0.42.4

func (_e *ClientService_Expecter) FindIPMIMachine(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_FindIPMIMachine_Call

FindIPMIMachine is a helper method to define mock.On call

  • params *machine.FindIPMIMachineParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) FindIPMIMachines added in v0.42.4

func (_e *ClientService_Expecter) FindIPMIMachines(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_FindIPMIMachines_Call

FindIPMIMachines is a helper method to define mock.On call

  • params *machine.FindIPMIMachinesParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) FindMachine added in v0.42.4

func (_e *ClientService_Expecter) FindMachine(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_FindMachine_Call

FindMachine is a helper method to define mock.On call

  • params *machine.FindMachineParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) FindMachines added in v0.42.4

func (_e *ClientService_Expecter) FindMachines(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_FindMachines_Call

FindMachines is a helper method to define mock.On call

  • params *machine.FindMachinesParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) FreeMachine added in v0.42.4

func (_e *ClientService_Expecter) FreeMachine(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_FreeMachine_Call

FreeMachine is a helper method to define mock.On call

  • params *machine.FreeMachineParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) GetMachineConsolePassword added in v0.42.4

func (_e *ClientService_Expecter) GetMachineConsolePassword(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_GetMachineConsolePassword_Call

GetMachineConsolePassword is a helper method to define mock.On call

  • params *machine.GetMachineConsolePasswordParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) IpmiReport added in v0.42.4

func (_e *ClientService_Expecter) IpmiReport(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_IpmiReport_Call

IpmiReport is a helper method to define mock.On call

  • params *machine.IpmiReportParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) Issues added in v0.42.4

func (_e *ClientService_Expecter) Issues(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_Issues_Call

Issues is a helper method to define mock.On call

  • params *machine.IssuesParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) ListIssues added in v0.42.4

func (_e *ClientService_Expecter) ListIssues(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_ListIssues_Call

ListIssues is a helper method to define mock.On call

  • params *machine.ListIssuesParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) ListMachines added in v0.42.4

func (_e *ClientService_Expecter) ListMachines(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_ListMachines_Call

ListMachines is a helper method to define mock.On call

  • params *machine.ListMachinesParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) MachineBios added in v0.42.4

func (_e *ClientService_Expecter) MachineBios(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_MachineBios_Call

MachineBios is a helper method to define mock.On call

  • params *machine.MachineBiosParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) MachineCycle added in v0.42.4

func (_e *ClientService_Expecter) MachineCycle(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_MachineCycle_Call

MachineCycle is a helper method to define mock.On call

  • params *machine.MachineCycleParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) MachineDisk added in v0.42.4

func (_e *ClientService_Expecter) MachineDisk(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_MachineDisk_Call

MachineDisk is a helper method to define mock.On call

  • params *machine.MachineDiskParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) MachineOff added in v0.42.4

func (_e *ClientService_Expecter) MachineOff(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_MachineOff_Call

MachineOff is a helper method to define mock.On call

  • params *machine.MachineOffParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) MachineOn added in v0.42.4

func (_e *ClientService_Expecter) MachineOn(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_MachineOn_Call

MachineOn is a helper method to define mock.On call

  • params *machine.MachineOnParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) MachinePxe added in v0.42.4

func (_e *ClientService_Expecter) MachinePxe(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_MachinePxe_Call

MachinePxe is a helper method to define mock.On call

  • params *machine.MachinePxeParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) MachineReset added in v0.42.4

func (_e *ClientService_Expecter) MachineReset(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_MachineReset_Call

MachineReset is a helper method to define mock.On call

  • params *machine.MachineResetParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) ReinstallMachine added in v0.42.4

func (_e *ClientService_Expecter) ReinstallMachine(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_ReinstallMachine_Call

ReinstallMachine is a helper method to define mock.On call

  • params *machine.ReinstallMachineParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) SetMachineState added in v0.42.4

func (_e *ClientService_Expecter) SetMachineState(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_SetMachineState_Call

SetMachineState is a helper method to define mock.On call

  • params *machine.SetMachineStateParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.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) UpdateFirmware added in v0.42.4

func (_e *ClientService_Expecter) UpdateFirmware(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_UpdateFirmware_Call

UpdateFirmware is a helper method to define mock.On call

  • params *machine.UpdateFirmwareParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

func (*ClientService_Expecter) UpdateMachine added in v0.42.4

func (_e *ClientService_Expecter) UpdateMachine(params interface{}, authInfo interface{}, opts ...interface{}) *ClientService_UpdateMachine_Call

UpdateMachine is a helper method to define mock.On call

  • params *machine.UpdateMachineParams
  • authInfo runtime.ClientAuthInfoWriter
  • opts ...machine.ClientOption

type ClientService_FindIPMIMachine_Call added in v0.42.4

type ClientService_FindIPMIMachine_Call struct {
	*mock.Call
}

ClientService_FindIPMIMachine_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindIPMIMachine'

func (*ClientService_FindIPMIMachine_Call) Return added in v0.42.4

func (*ClientService_FindIPMIMachine_Call) Run added in v0.42.4

func (*ClientService_FindIPMIMachine_Call) RunAndReturn added in v0.42.4

type ClientService_FindIPMIMachines_Call added in v0.42.4

type ClientService_FindIPMIMachines_Call struct {
	*mock.Call
}

ClientService_FindIPMIMachines_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindIPMIMachines'

func (*ClientService_FindIPMIMachines_Call) Return added in v0.42.4

func (*ClientService_FindIPMIMachines_Call) Run added in v0.42.4

func (*ClientService_FindIPMIMachines_Call) RunAndReturn added in v0.42.4

type ClientService_FindMachine_Call added in v0.42.4

type ClientService_FindMachine_Call struct {
	*mock.Call
}

ClientService_FindMachine_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindMachine'

func (*ClientService_FindMachine_Call) Return added in v0.42.4

func (*ClientService_FindMachine_Call) Run added in v0.42.4

func (*ClientService_FindMachine_Call) RunAndReturn added in v0.42.4

type ClientService_FindMachines_Call added in v0.42.4

type ClientService_FindMachines_Call struct {
	*mock.Call
}

ClientService_FindMachines_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindMachines'

func (*ClientService_FindMachines_Call) Return added in v0.42.4

func (*ClientService_FindMachines_Call) Run added in v0.42.4

func (*ClientService_FindMachines_Call) RunAndReturn added in v0.42.4

type ClientService_FreeMachine_Call added in v0.42.4

type ClientService_FreeMachine_Call struct {
	*mock.Call
}

ClientService_FreeMachine_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FreeMachine'

func (*ClientService_FreeMachine_Call) Return added in v0.42.4

func (*ClientService_FreeMachine_Call) Run added in v0.42.4

func (*ClientService_FreeMachine_Call) RunAndReturn added in v0.42.4

type ClientService_GetMachineConsolePassword_Call added in v0.42.4

type ClientService_GetMachineConsolePassword_Call struct {
	*mock.Call
}

ClientService_GetMachineConsolePassword_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetMachineConsolePassword'

func (*ClientService_GetMachineConsolePassword_Call) Return added in v0.42.4

func (*ClientService_GetMachineConsolePassword_Call) Run added in v0.42.4

func (*ClientService_GetMachineConsolePassword_Call) RunAndReturn added in v0.42.4

type ClientService_IpmiReport_Call added in v0.42.4

type ClientService_IpmiReport_Call struct {
	*mock.Call
}

ClientService_IpmiReport_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'IpmiReport'

func (*ClientService_IpmiReport_Call) Return added in v0.42.4

func (*ClientService_IpmiReport_Call) Run added in v0.42.4

func (*ClientService_IpmiReport_Call) RunAndReturn added in v0.42.4

type ClientService_Issues_Call added in v0.42.4

type ClientService_Issues_Call struct {
	*mock.Call
}

ClientService_Issues_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Issues'

func (*ClientService_Issues_Call) Return added in v0.42.4

func (*ClientService_Issues_Call) Run added in v0.42.4

func (*ClientService_Issues_Call) RunAndReturn added in v0.42.4

type ClientService_ListIssues_Call added in v0.42.4

type ClientService_ListIssues_Call struct {
	*mock.Call
}

ClientService_ListIssues_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListIssues'

func (*ClientService_ListIssues_Call) Return added in v0.42.4

func (*ClientService_ListIssues_Call) Run added in v0.42.4

func (*ClientService_ListIssues_Call) RunAndReturn added in v0.42.4

type ClientService_ListMachines_Call added in v0.42.4

type ClientService_ListMachines_Call struct {
	*mock.Call
}

ClientService_ListMachines_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListMachines'

func (*ClientService_ListMachines_Call) Return added in v0.42.4

func (*ClientService_ListMachines_Call) Run added in v0.42.4

func (*ClientService_ListMachines_Call) RunAndReturn added in v0.42.4

type ClientService_MachineBios_Call added in v0.42.4

type ClientService_MachineBios_Call struct {
	*mock.Call
}

ClientService_MachineBios_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MachineBios'

func (*ClientService_MachineBios_Call) Return added in v0.42.4

func (*ClientService_MachineBios_Call) Run added in v0.42.4

func (*ClientService_MachineBios_Call) RunAndReturn added in v0.42.4

type ClientService_MachineCycle_Call added in v0.42.4

type ClientService_MachineCycle_Call struct {
	*mock.Call
}

ClientService_MachineCycle_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MachineCycle'

func (*ClientService_MachineCycle_Call) Return added in v0.42.4

func (*ClientService_MachineCycle_Call) Run added in v0.42.4

func (*ClientService_MachineCycle_Call) RunAndReturn added in v0.42.4

type ClientService_MachineDisk_Call added in v0.42.4

type ClientService_MachineDisk_Call struct {
	*mock.Call
}

ClientService_MachineDisk_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MachineDisk'

func (*ClientService_MachineDisk_Call) Return added in v0.42.4

func (*ClientService_MachineDisk_Call) Run added in v0.42.4

func (*ClientService_MachineDisk_Call) RunAndReturn added in v0.42.4

type ClientService_MachineOff_Call added in v0.42.4

type ClientService_MachineOff_Call struct {
	*mock.Call
}

ClientService_MachineOff_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MachineOff'

func (*ClientService_MachineOff_Call) Return added in v0.42.4

func (*ClientService_MachineOff_Call) Run added in v0.42.4

func (*ClientService_MachineOff_Call) RunAndReturn added in v0.42.4

type ClientService_MachineOn_Call added in v0.42.4

type ClientService_MachineOn_Call struct {
	*mock.Call
}

ClientService_MachineOn_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MachineOn'

func (*ClientService_MachineOn_Call) Return added in v0.42.4

func (*ClientService_MachineOn_Call) Run added in v0.42.4

func (*ClientService_MachineOn_Call) RunAndReturn added in v0.42.4

type ClientService_MachinePxe_Call added in v0.42.4

type ClientService_MachinePxe_Call struct {
	*mock.Call
}

ClientService_MachinePxe_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MachinePxe'

func (*ClientService_MachinePxe_Call) Return added in v0.42.4

func (*ClientService_MachinePxe_Call) Run added in v0.42.4

func (*ClientService_MachinePxe_Call) RunAndReturn added in v0.42.4

type ClientService_MachineReset_Call added in v0.42.4

type ClientService_MachineReset_Call struct {
	*mock.Call
}

ClientService_MachineReset_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'MachineReset'

func (*ClientService_MachineReset_Call) Return added in v0.42.4

func (*ClientService_MachineReset_Call) Run added in v0.42.4

func (*ClientService_MachineReset_Call) RunAndReturn added in v0.42.4

type ClientService_ReinstallMachine_Call added in v0.42.4

type ClientService_ReinstallMachine_Call struct {
	*mock.Call
}

ClientService_ReinstallMachine_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ReinstallMachine'

func (*ClientService_ReinstallMachine_Call) Return added in v0.42.4

func (*ClientService_ReinstallMachine_Call) Run added in v0.42.4

func (*ClientService_ReinstallMachine_Call) RunAndReturn added in v0.42.4

type ClientService_SetMachineState_Call added in v0.42.4

type ClientService_SetMachineState_Call struct {
	*mock.Call
}

ClientService_SetMachineState_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SetMachineState'

func (*ClientService_SetMachineState_Call) Return added in v0.42.4

func (*ClientService_SetMachineState_Call) Run added in v0.42.4

func (*ClientService_SetMachineState_Call) RunAndReturn added in v0.42.4

type ClientService_SetTransport_Call added in v0.42.4

type ClientService_SetTransport_Call struct {
	*mock.Call
}

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 (*ClientService_SetTransport_Call) Run added in v0.42.4

func (*ClientService_SetTransport_Call) RunAndReturn added in v0.42.4

type ClientService_UpdateFirmware_Call added in v0.42.4

type ClientService_UpdateFirmware_Call struct {
	*mock.Call
}

ClientService_UpdateFirmware_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateFirmware'

func (*ClientService_UpdateFirmware_Call) Return added in v0.42.4

func (*ClientService_UpdateFirmware_Call) Run added in v0.42.4

func (*ClientService_UpdateFirmware_Call) RunAndReturn added in v0.42.4

type ClientService_UpdateMachine_Call added in v0.42.4

type ClientService_UpdateMachine_Call struct {
	*mock.Call
}

ClientService_UpdateMachine_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateMachine'

func (*ClientService_UpdateMachine_Call) Return added in v0.42.4

func (*ClientService_UpdateMachine_Call) Run added in v0.42.4

func (*ClientService_UpdateMachine_Call) RunAndReturn added in v0.42.4

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL