Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement full data source gRPC client and service #60

Merged
merged 1 commit into from
Dec 4, 2024
Merged

Conversation

markgoddard
Copy link
Contributor

@markgoddard markgoddard commented Dec 4, 2024

Implements all data source gRPC service RPCs for the client and service.

Adds a type check to ensure that the client implements the DataSource
interface.

Fixes: #59
Depends-On: cofide/cofide-api-sdk#9

Implements all data source gRPC service RPCs for the client and service.

Adds a type check to ensure that the client implements the DataSource
interface.

Fixes: #59
@markgoddard markgoddard self-assigned this Dec 4, 2024
@markgoddard markgoddard added this to the release-0.7.0 milestone Dec 4, 2024
@markgoddard markgoddard enabled auto-merge December 4, 2024 14:17
@jsnctl jsnctl self-requested a review December 4, 2024 14:38
Copy link
Contributor

@jsnctl jsnctl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All looking good (I'll defer approval until the upstream cofide-sdk-go changes are in as I've left a single comment on that)

From Slack discussion: we should probably think about deletion cases for each of the resources (this can even be deciding to not cover this case for the moment). I'll open a wider issue to track this across the various parts of the stack it'll apply

@markgoddard markgoddard requested a review from jsnctl December 4, 2024 14:46
@markgoddard markgoddard merged commit b0ac6d2 into main Dec 4, 2024
5 checks passed
@markgoddard markgoddard deleted the issues/59 branch December 4, 2024 14:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add all DataSource interface methods to DataSource gRPC plugin
2 participants