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