Documentation ¶
Overview ¶
Package mock_projects is a generated GoMock package.
Index ¶
- type MockVpcsClient
- func (m *MockVpcsClient) Delete(arg0, arg1, arg2 string) error
- func (m *MockVpcsClient) EXPECT() *MockVpcsClientMockRecorder
- func (m *MockVpcsClient) Get(arg0, arg1, arg2 string) (model.Vpc, error)
- func (m *MockVpcsClient) List(arg0, arg1 string, arg2 *string, arg3 *bool, arg4 *string, arg5 *int64, ...) (model.VpcListResult, error)
- func (m *MockVpcsClient) Patch(arg0, arg1, arg2 string, arg3 model.Vpc) error
- func (m *MockVpcsClient) Update(arg0, arg1, arg2 string, arg3 model.Vpc) (model.Vpc, error)
- type MockVpcsClientMockRecorder
- func (mr *MockVpcsClientMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockVpcsClientMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockVpcsClientMockRecorder) List(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
- func (mr *MockVpcsClientMockRecorder) Patch(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockVpcsClientMockRecorder) Update(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockVpcsClient ¶
type MockVpcsClient struct {
// contains filtered or unexported fields
}
MockVpcsClient is a mock of VpcsClient interface.
func NewMockVpcsClient ¶
func NewMockVpcsClient(ctrl *gomock.Controller) *MockVpcsClient
NewMockVpcsClient creates a new mock instance.
func (*MockVpcsClient) Delete ¶
func (m *MockVpcsClient) Delete(arg0, arg1, arg2 string) error
Delete mocks base method.
func (*MockVpcsClient) EXPECT ¶
func (m *MockVpcsClient) EXPECT() *MockVpcsClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVpcsClient) Get ¶
func (m *MockVpcsClient) Get(arg0, arg1, arg2 string) (model.Vpc, error)
Get mocks base method.
func (*MockVpcsClient) List ¶
func (m *MockVpcsClient) List(arg0, arg1 string, arg2 *string, arg3 *bool, arg4 *string, arg5 *int64, arg6 *bool, arg7 *string) (model.VpcListResult, error)
List mocks base method.
type MockVpcsClientMockRecorder ¶
type MockVpcsClientMockRecorder struct {
// contains filtered or unexported fields
}
MockVpcsClientMockRecorder is the mock recorder for MockVpcsClient.
func (*MockVpcsClientMockRecorder) Delete ¶
func (mr *MockVpcsClientMockRecorder) Delete(arg0, arg1, arg2 interface{}) *gomock.Call
Delete indicates an expected call of Delete.
func (*MockVpcsClientMockRecorder) Get ¶
func (mr *MockVpcsClientMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockVpcsClientMockRecorder) List ¶
func (mr *MockVpcsClientMockRecorder) List(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
List indicates an expected call of List.
func (*MockVpcsClientMockRecorder) Patch ¶
func (mr *MockVpcsClientMockRecorder) Patch(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockVpcsClientMockRecorder) Update ¶
func (mr *MockVpcsClientMockRecorder) Update(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Update indicates an expected call of Update.
Click to show internal directories.
Click to hide internal directories.