Documentation ¶
Overview ¶
Package entitymatching implements the IndyKite TrustedDataAccess Service API Client.
Index ¶
- type Client
- func (c *Client) Close() error
- func (c *Client) ReadEntityMatchingReport(ctx context.Context, req *entitymatchingpb.ReadEntityMatchingReportRequest, ...) (*entitymatchingpb.ReadEntityMatchingReportResponse, error)
- func (c *Client) ReadSuggestedPropertyMapping(ctx context.Context, req *entitymatchingpb.ReadSuggestedPropertyMappingRequest, ...) (*entitymatchingpb.ReadSuggestedPropertyMappingResponse, error)
- func (c *Client) RunEntityMatchingPipeline(ctx context.Context, req *entitymatchingpb.RunEntityMatchingPipelineRequest, ...) (*entitymatchingpb.RunEntityMatchingPipelineResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func NewTestClient ¶
func NewTestClient(client entitymatchingpb.EntityMatchingAPIClient) (*Client, error)
NewTestClient creates a new Trusted Data Control gRPC Client for Testing.
func (*Client) Close ¶
Close closes the connection to the API service. The user should invoke this when the client is no longer required.
func (*Client) ReadEntityMatchingReport ¶
func (c *Client) ReadEntityMatchingReport( ctx context.Context, req *entitymatchingpb.ReadEntityMatchingReportRequest, opts ...grpc.CallOption, ) (*entitymatchingpb.ReadEntityMatchingReportResponse, error)
func (*Client) ReadSuggestedPropertyMapping ¶
func (c *Client) ReadSuggestedPropertyMapping( ctx context.Context, req *entitymatchingpb.ReadSuggestedPropertyMappingRequest, opts ...grpc.CallOption, ) (*entitymatchingpb.ReadSuggestedPropertyMappingResponse, error)
func (*Client) RunEntityMatchingPipeline ¶
func (c *Client) RunEntityMatchingPipeline( ctx context.Context, req *entitymatchingpb.RunEntityMatchingPipelineRequest, opts ...grpc.CallOption, ) (*entitymatchingpb.RunEntityMatchingPipelineResponse, error)
Click to show internal directories.
Click to hide internal directories.