Documentation
¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) CreateInstance(createParams *models0.PVMInstanceCreate) (*models0.PVMInstanceList, error)
- func (m *MockClient) DeleteInstance(id string) error
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) GetCloudServiceInstances() ([]models.ServiceInstanceV2, error)
- func (m *MockClient) GetImages() (*models0.Images, error)
- func (m *MockClient) GetInstance(id string) (*models0.PVMInstance, error)
- func (m *MockClient) GetInstanceByName(name string) (*models0.PVMInstance, error)
- func (m *MockClient) GetInstances() (*models0.PVMInstances, error)
- func (m *MockClient) GetNetworks() (*models0.Networks, error)
- func (m *MockClient) GetRegion() string
- func (m *MockClient) GetZone() string
- type MockClientMockRecorder
- func (mr *MockClientMockRecorder) CreateInstance(createParams interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DeleteInstance(id interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) GetCloudServiceInstances() *gomock.Call
- func (mr *MockClientMockRecorder) GetImages() *gomock.Call
- func (mr *MockClientMockRecorder) GetInstance(id interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) GetInstanceByName(name interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) GetInstances() *gomock.Call
- func (mr *MockClientMockRecorder) GetNetworks() *gomock.Call
- func (mr *MockClientMockRecorder) GetRegion() *gomock.Call
- func (mr *MockClientMockRecorder) GetZone() *gomock.Call
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.
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.