Skip to content

Commit f0048fe

Browse files
author
Adam Mitchell
authored
Added an all option to Iter.Req (#26)
## What is the goal of this PR? To implement the protocol change required in #25 ## What are the changes implemented in this PR? - Added an `all` boolean to `Transaction.Iter.Req`
1 parent 53b66f1 commit f0048fe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

session/Session.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ message Transaction {
100100
message Iter {
101101
message Req {
102102
int32 id = 1;
103+
bool all = 2;
103104
}
104105
message Res {
105106
oneof res {

0 commit comments

Comments
 (0)