mock

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jun 14, 2021 License: Apache-2.0 Imports: 5 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

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

type MockClientMockRecorder

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

MockClientMockRecorder is the mock recorder for MockClient

func (*MockClientMockRecorder) CreateInstance

func (mr *MockClientMockRecorder) CreateInstance(arg0 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) 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

Jump to

Keyboard shortcuts

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