watch supports path

This commit is contained in:
shu xian
2020-01-20 18:31:18 +08:00
parent 8d6f82707a
commit 94bb0f4c08
5 changed files with 78 additions and 32 deletions

View File

@@ -58,6 +58,7 @@ message ReadResponse {
message WatchRequest {
string key = 1;
string path = 2;
}
message WatchResponse {