Documentation ¶
Overview ¶
Package mock is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) CreateInstance(arg0 *p_cloud_p_vm_instances.PcloudPvminstancesPostParams) (*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) GetInstance(id string) (*models0.PVMInstance, error)
- func (m *MockClient) GetInstanceByName(name string) (*models0.PVMInstance, error)
- func (m *MockClient) GetInstances() (*models0.PVMInstances, error)
- type MockClientMockRecorder
- func (mr *MockClientMockRecorder) CreateInstance(arg0 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DeleteInstance(id interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) GetCloudServiceInstances() *gomock.Call
- func (mr *MockClientMockRecorder) GetInstance(id interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) GetInstanceByName(name interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) GetInstances() *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(arg0 *p_cloud_p_vm_instances.PcloudPvminstancesPostParams) (*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) 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