Skip to content

Commit

Permalink
Merge pull request #126 from ecordell/matbmcursor
Browse files Browse the repository at this point in the history
materialize: add an internally-encoded cursor field
  • Loading branch information
ecordell authored Dec 5, 2024
2 parents 0aa4ec4 + 6876409 commit 05f596b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions authzed/api/materialize/v0/watchpermissionsets.proto
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ message Cursor {
bool completed_members = 6;
// starting_key is a string cursor used by some backends to resume the stream from a specific point.
string starting_key = 7;
// cursor is a string-encoded internal materialize cursor.
string cursor = 8;
}

message LookupPermissionSetsRequest {
Expand Down

0 comments on commit 05f596b

Please sign in to comment.