Documentation ¶
Overview ¶
Package entitymatching is a generated GoMock package.
Index ¶
- type MockEntityMatchingAPIClient
- func (m *MockEntityMatchingAPIClient) EXPECT() *MockEntityMatchingAPIClientMockRecorder
- func (m *MockEntityMatchingAPIClient) ReadSuggestedPropertyMapping(ctx context.Context, ...) (*entitymatchingv1beta1.ReadSuggestedPropertyMappingResponse, error)
- func (m *MockEntityMatchingAPIClient) RunEntityMatchingPipeline(ctx context.Context, ...) (*entitymatchingv1beta1.RunEntityMatchingPipelineResponse, error)
- type MockEntityMatchingAPIClientMockRecorder
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) ReadSuggestedPropertyMapping ¶
func (m *MockEntityMatchingAPIClient) ReadSuggestedPropertyMapping(ctx context.Context, in *entitymatchingv1beta1.ReadSuggestedPropertyMappingRequest, opts ...grpc.CallOption) (*entitymatchingv1beta1.ReadSuggestedPropertyMappingResponse, error)
ReadSuggestedPropertyMapping mocks base method.
func (*MockEntityMatchingAPIClient) RunEntityMatchingPipeline ¶
func (m *MockEntityMatchingAPIClient) RunEntityMatchingPipeline(ctx context.Context, in *entitymatchingv1beta1.RunEntityMatchingPipelineRequest, opts ...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) ReadSuggestedPropertyMapping ¶
func (mr *MockEntityMatchingAPIClientMockRecorder) ReadSuggestedPropertyMapping(ctx, in any, opts ...any) *gomock.Call
ReadSuggestedPropertyMapping indicates an expected call of ReadSuggestedPropertyMapping.
func (*MockEntityMatchingAPIClientMockRecorder) RunEntityMatchingPipeline ¶
func (mr *MockEntityMatchingAPIClientMockRecorder) RunEntityMatchingPipeline(ctx, in any, opts ...any) *gomock.Call
RunEntityMatchingPipeline indicates an expected call of RunEntityMatchingPipeline.
Click to show internal directories.
Click to hide internal directories.