Documentation ¶
Overview ¶
Package mock_compute is a generated GoMock package.
Index ¶
- type MockDisksClient
- type MockDisksClientMockRecorder
- type MockVirtualMachinesClient
- func (m *MockVirtualMachinesClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 compute.VirtualMachine) error
- func (m *MockVirtualMachinesClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error
- func (m *MockVirtualMachinesClient) EXPECT() *MockVirtualMachinesClientMockRecorder
- type MockVirtualMachinesClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDisksClient ¶
type MockDisksClient struct {
// contains filtered or unexported fields
}
MockDisksClient is a mock of DisksClient interface
func NewMockDisksClient ¶
func NewMockDisksClient(ctrl *gomock.Controller) *MockDisksClient
NewMockDisksClient creates a new mock instance
func (*MockDisksClient) DeleteAndWait ¶
func (m *MockDisksClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error
DeleteAndWait mocks base method
func (*MockDisksClient) EXPECT ¶
func (m *MockDisksClient) EXPECT() *MockDisksClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockDisksClientMockRecorder ¶
type MockDisksClientMockRecorder struct {
// contains filtered or unexported fields
}
MockDisksClientMockRecorder is the mock recorder for MockDisksClient
func (*MockDisksClientMockRecorder) DeleteAndWait ¶
func (mr *MockDisksClientMockRecorder) DeleteAndWait(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteAndWait indicates an expected call of DeleteAndWait
type MockVirtualMachinesClient ¶
type MockVirtualMachinesClient struct {
// contains filtered or unexported fields
}
MockVirtualMachinesClient is a mock of VirtualMachinesClient interface
func NewMockVirtualMachinesClient ¶
func NewMockVirtualMachinesClient(ctrl *gomock.Controller) *MockVirtualMachinesClient
NewMockVirtualMachinesClient creates a new mock instance
func (*MockVirtualMachinesClient) CreateOrUpdateAndWait ¶
func (m *MockVirtualMachinesClient) CreateOrUpdateAndWait(arg0 context.Context, arg1, arg2 string, arg3 compute.VirtualMachine) error
CreateOrUpdateAndWait mocks base method
func (*MockVirtualMachinesClient) DeleteAndWait ¶
func (m *MockVirtualMachinesClient) DeleteAndWait(arg0 context.Context, arg1, arg2 string) error
DeleteAndWait mocks base method
func (*MockVirtualMachinesClient) EXPECT ¶
func (m *MockVirtualMachinesClient) EXPECT() *MockVirtualMachinesClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockVirtualMachinesClientMockRecorder ¶
type MockVirtualMachinesClientMockRecorder struct {
// contains filtered or unexported fields
}
MockVirtualMachinesClientMockRecorder is the mock recorder for MockVirtualMachinesClient
func (*MockVirtualMachinesClientMockRecorder) CreateOrUpdateAndWait ¶
func (mr *MockVirtualMachinesClientMockRecorder) CreateOrUpdateAndWait(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
CreateOrUpdateAndWait indicates an expected call of CreateOrUpdateAndWait
func (*MockVirtualMachinesClientMockRecorder) DeleteAndWait ¶
func (mr *MockVirtualMachinesClientMockRecorder) DeleteAndWait(arg0, arg1, arg2 interface{}) *gomock.Call
DeleteAndWait indicates an expected call of DeleteAndWait