Skip to content

Commit

Permalink
Add grant as a return value in the grant response
Browse files Browse the repository at this point in the history
  • Loading branch information
loganintech committed Nov 29, 2023
1 parent 54ecf4f commit 52d3852
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 59 deletions.
130 changes: 71 additions & 59 deletions pb/c1/connector/v2/grant.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

29 changes: 29 additions & 0 deletions pb/c1/connector/v2/grant.pb.validate.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions proto/c1/connector/v2/grant.proto
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ message GrantManagerServiceGrantRequest {

message GrantManagerServiceGrantResponse {
repeated google.protobuf.Any annotations = 1;
Grant grant = 2;
}

message GrantManagerServiceRevokeRequest {
Expand Down

0 comments on commit 52d3852

Please sign in to comment.