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

Add grant as a return value in the grant response #88

Merged
merged 3 commits into from
Nov 29, 2023

Conversation

loganintech
Copy link
Contributor

No description provided.

@loganintech loganintech requested a review from jirwin as a code owner November 29, 2023 20:30
@@ -98,6 +98,7 @@ message GrantManagerServiceGrantRequest {

message GrantManagerServiceGrantResponse {
repeated google.protobuf.Any annotations = 1;
Grant grant = 2;
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this should be repeated Grant grant = 2;. It is possible that multiple grants needed to be made in order to satisfy the requested grant.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good call

@loganintech loganintech merged commit bbd74f0 into main Nov 29, 2023
4 checks passed
@loganintech loganintech deleted the loagn/add-grant-to-grant-response branch November 29, 2023 22:03
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.

2 participants