Skip to content

Commit 27ec73d

Browse files
committed
Refactor the rpc clients.
There are no API changes here, the goal is just to simplify the code. Signed-off-by: Nick Cameron <nrc@ncameron.org>
1 parent aa3e1af commit 27ec73d

File tree

3 files changed

+122
-164
lines changed

3 files changed

+122
-164
lines changed

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ name = "tikv_client"
1919

2020
[dependencies]
2121
regex = "1"
22+
derive-new = "0.5"
2223
failure = "0.1"
2324
futures-preview = { version = "0.3.0-alpha.15", features = ["compat"] }
2425
grpcio = { version = "0.5.0-alpha", features = [ "secure", "prost-codec" ], default-features = false }

0 commit comments

Comments
 (0)