Skip to content

Commit

Permalink
RPC comment
Browse files Browse the repository at this point in the history
Signed-off-by: ekexium <[email protected]>
  • Loading branch information
ekexium committed Sep 24, 2024
1 parent cc0810e commit 42bc63f
Show file tree
Hide file tree
Showing 5 changed files with 253 additions and 126 deletions.
8 changes: 5 additions & 3 deletions pkg/kvrpcpb/kvrpcpb.pb.go

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

2 changes: 2 additions & 0 deletions pkg/tikvpb/tikvpb.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 pkg/tracepb/tracepb.pb.go

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

2 changes: 1 addition & 1 deletion proto/tikvpb.proto
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ service Tikv {

/// Get health feedback info from the TiKV node.
rpc GetHealthFeedback(kvrpcpb.GetHealthFeedbackRequest) returns (kvrpcpb.GetHealthFeedbackResponse) {}

/// Broadcast the transaction status to all TiKV nodes
rpc BroadcastTxnStatus(kvrpcpb.BroadcastTxnStatusRequest) returns (kvrpcpb.BroadcastTxnStatusResponse) {}
}

Expand Down
Loading

0 comments on commit 42bc63f

Please sign in to comment.