Skip to content

Commit

Permalink
PR feedback/proto adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
wscalf committed Jun 3, 2024
1 parent 66dcc2c commit 37330a4
Show file tree
Hide file tree
Showing 11 changed files with 453 additions and 295 deletions.
203 changes: 172 additions & 31 deletions api/relations/v0/common.pb.go

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

9 changes: 9 additions & 0 deletions api/relations/v0/common.proto
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ message SubjectReference {
ObjectReference subject = 2;
}

message RequestPagination {
uint32 limit = 1;
optional string continuation_token = 2;
}

message ResponsePagination {
string continuation_token = 1;
}

message ObjectReference {
ObjectType type = 1;
string id = 2;
Expand Down
Loading

0 comments on commit 37330a4

Please sign in to comment.