Add ClientVersion methods

This commit is contained in:
Nex
2018-10-08 19:20:40 +08:00
parent 5b0dc19856
commit 65c1c95c19
3 changed files with 8 additions and 0 deletions

View File

@@ -13,6 +13,11 @@ message Error {
string target = 3; // The target of the error.
}
message ClientVersionResponse {
Error error = 1;
string version = 2; // 节点客户端版本
}
/* 事务类型 */
enum TransactionType {
RECORD = 0; // 通用数据记录