mock

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Mar 31, 2022 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClient

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

MockClient is a mock of Client interface.

func NewMockClient

func NewMockClient(ctrl *gomock.Controller) *MockClient

NewMockClient creates a new mock instance.

func (*MockClient) CreateInstance

func (m *MockClient) CreateInstance(createParams *models0.PVMInstanceCreate) (*models0.PVMInstanceList, error)

CreateInstance mocks base method.

func (*MockClient) DeleteInstance

func (m *MockClient) DeleteInstance(id string) error

DeleteInstance mocks base method.

func (*MockClient) EXPECT

func (m *MockClient) EXPECT() *MockClientMockRecorder

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockClient) GetCloudServiceInstances

func (m *MockClient) GetCloudServiceInstances() ([]models.ServiceInstanceV2, error)

GetCloudServiceInstances mocks base method.

func (*MockClient) GetImages

func (m *MockClient) GetImages() (*models0.Images, error)

GetImages mocks base method.

func (*MockClient) GetInstance

func (m *MockClient) GetInstance(id string) (*models0.PVMInstance, error)

GetInstance mocks base method.

func (*MockClient) GetInstanceByName

func (m *MockClient) GetInstanceByName(name string) (*models0.PVMInstance, error)

GetInstanceByName mocks base method.

func (*MockClient) GetInstances

func (m *MockClient) GetInstances() (*models0.PVMInstances, error)

GetInstances mocks base method.

func (*MockClient) GetNetworks

func (m *MockClient) GetNetworks() (*models0.Networks, error)

GetNetworks mocks base method.

func (*MockClient) GetRegion

func (m *MockClient) GetRegion() string

GetRegion mocks base method.

func (*MockClient) GetZone

func (m *MockClient) GetZone() string

GetZone mocks base method.

type MockClientMockRecorder

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

MockClientMockRecorder is the mock recorder for MockClient.

func (*MockClientMockRecorder) CreateInstance

func (mr *MockClientMockRecorder) CreateInstance(createParams interface{}) *gomock.Call

CreateInstance indicates an expected call of CreateInstance.

func (*MockClientMockRecorder) DeleteInstance

func (mr *MockClientMockRecorder) DeleteInstance(id interface{}) *gomock.Call

DeleteInstance indicates an expected call of DeleteInstance.

func (*MockClientMockRecorder) GetCloudServiceInstances

func (mr *MockClientMockRecorder) GetCloudServiceInstances() *gomock.Call

GetCloudServiceInstances indicates an expected call of GetCloudServiceInstances.

func (*MockClientMockRecorder) GetImages

func (mr *MockClientMockRecorder) GetImages() *gomock.Call

GetImages indicates an expected call of GetImages.

func (*MockClientMockRecorder) GetInstance

func (mr *MockClientMockRecorder) GetInstance(id interface{}) *gomock.Call

GetInstance indicates an expected call of GetInstance.

func (*MockClientMockRecorder) GetInstanceByName

func (mr *MockClientMockRecorder) GetInstanceByName(name interface{}) *gomock.Call

GetInstanceByName indicates an expected call of GetInstanceByName.

func (*MockClientMockRecorder) GetInstances

func (mr *MockClientMockRecorder) GetInstances() *gomock.Call

GetInstances indicates an expected call of GetInstances.

func (*MockClientMockRecorder) GetNetworks

func (mr *MockClientMockRecorder) GetNetworks() *gomock.Call

GetNetworks indicates an expected call of GetNetworks.

func (*MockClientMockRecorder) GetRegion

func (mr *MockClientMockRecorder) GetRegion() *gomock.Call

GetRegion indicates an expected call of GetRegion.

func (*MockClientMockRecorder) GetZone

func (mr *MockClientMockRecorder) GetZone() *gomock.Call

GetZone indicates an expected call of GetZone.

Jump to

Keyboard shortcuts

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