Documentation ¶
Overview ¶
Package entitymatching is a generated GoMock package.
Index ¶
- type MockEntityMatchingAPIClient
- func (m *MockEntityMatchingAPIClient) EXPECT() *MockEntityMatchingAPIClientMockRecorder
- func (m *MockEntityMatchingAPIClient) ReadEntityMatchingReport(arg0 context.Context, ...) (*entitymatchingv1beta1.ReadEntityMatchingReportResponse, error)
- func (m *MockEntityMatchingAPIClient) ReadSuggestedPropertyMapping(arg0 context.Context, ...) (*entitymatchingv1beta1.ReadSuggestedPropertyMappingResponse, error)
- func (m *MockEntityMatchingAPIClient) RunEntityMatchingPipeline(arg0 context.Context, ...) (*entitymatchingv1beta1.RunEntityMatchingPipelineResponse, error)
- type MockEntityMatchingAPIClientMockRecorder
- func (mr *MockEntityMatchingAPIClientMockRecorder) ReadEntityMatchingReport(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockEntityMatchingAPIClientMockRecorder) ReadSuggestedPropertyMapping(arg0, arg1 any, arg2 ...any) *gomock.Call
- func (mr *MockEntityMatchingAPIClientMockRecorder) RunEntityMatchingPipeline(arg0, arg1 any, arg2 ...any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockEntityMatchingAPIClient ¶
type MockEntityMatchingAPIClient struct {
// contains filtered or unexported fields
}
MockEntityMatchingAPIClient is a mock of EntityMatchingAPIClient interface.
func NewMockEntityMatchingAPIClient ¶
func NewMockEntityMatchingAPIClient(ctrl *gomock.Controller) *MockEntityMatchingAPIClient
NewMockEntityMatchingAPIClient creates a new mock instance.
func (*MockEntityMatchingAPIClient) EXPECT ¶
func (m *MockEntityMatchingAPIClient) EXPECT() *MockEntityMatchingAPIClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockEntityMatchingAPIClient) ReadEntityMatchingReport ¶
func (m *MockEntityMatchingAPIClient) ReadEntityMatchingReport(arg0 context.Context, arg1 *entitymatchingv1beta1.ReadEntityMatchingReportRequest, arg2 ...grpc.CallOption) (*entitymatchingv1beta1.ReadEntityMatchingReportResponse, error)
ReadEntityMatchingReport mocks base method.
func (*MockEntityMatchingAPIClient) ReadSuggestedPropertyMapping ¶
func (m *MockEntityMatchingAPIClient) ReadSuggestedPropertyMapping(arg0 context.Context, arg1 *entitymatchingv1beta1.ReadSuggestedPropertyMappingRequest, arg2 ...grpc.CallOption) (*entitymatchingv1beta1.ReadSuggestedPropertyMappingResponse, error)
ReadSuggestedPropertyMapping mocks base method.
func (*MockEntityMatchingAPIClient) RunEntityMatchingPipeline ¶
func (m *MockEntityMatchingAPIClient) RunEntityMatchingPipeline(arg0 context.Context, arg1 *entitymatchingv1beta1.RunEntityMatchingPipelineRequest, arg2 ...grpc.CallOption) (*entitymatchingv1beta1.RunEntityMatchingPipelineResponse, error)
RunEntityMatchingPipeline mocks base method.
type MockEntityMatchingAPIClientMockRecorder ¶
type MockEntityMatchingAPIClientMockRecorder struct {
// contains filtered or unexported fields
}
MockEntityMatchingAPIClientMockRecorder is the mock recorder for MockEntityMatchingAPIClient.
func (*MockEntityMatchingAPIClientMockRecorder) ReadEntityMatchingReport ¶
func (mr *MockEntityMatchingAPIClientMockRecorder) ReadEntityMatchingReport(arg0, arg1 any, arg2 ...any) *gomock.Call
ReadEntityMatchingReport indicates an expected call of ReadEntityMatchingReport.
func (*MockEntityMatchingAPIClientMockRecorder) ReadSuggestedPropertyMapping ¶
func (mr *MockEntityMatchingAPIClientMockRecorder) ReadSuggestedPropertyMapping(arg0, arg1 any, arg2 ...any) *gomock.Call
ReadSuggestedPropertyMapping indicates an expected call of ReadSuggestedPropertyMapping.
func (*MockEntityMatchingAPIClientMockRecorder) RunEntityMatchingPipeline ¶
func (mr *MockEntityMatchingAPIClientMockRecorder) RunEntityMatchingPipeline(arg0, arg1 any, arg2 ...any) *gomock.Call
RunEntityMatchingPipeline indicates an expected call of RunEntityMatchingPipeline.