Skip to content

Commit

Permalink
delta flag in subscribe result
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed May 5, 2024
1 parent b906e73 commit eb69a0b
Show file tree
Hide file tree
Showing 5 changed files with 135 additions and 79 deletions.
167 changes: 88 additions & 79 deletions client.pb.go

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

12 changes: 12 additions & 0 deletions client.pb_easyjson.go

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

1 change: 1 addition & 0 deletions client.proto
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ message SubscribeResult {
bool positioned = 10;
bytes data = 11;
bool was_recovering = 12;
bool delta = 13;
}

message SubRefreshRequest {
Expand Down
33 changes: 33 additions & 0 deletions client_vtproto.pb.go

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

1 change: 1 addition & 0 deletions definitions/client.proto
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ message SubscribeResult {
bool positioned = 10;
bytes data = 11;
bool was_recovering = 12;
bool delta = 13;
}

message SubRefreshRequest {
Expand Down

0 comments on commit eb69a0b

Please sign in to comment.