watch entries with common path prefix

This commit is contained in:
Chris Lu
2020-04-05 12:51:21 -07:00
parent 7bc3c93512
commit 2d43f85577
5 changed files with 145 additions and 129 deletions

View File

@@ -236,7 +236,7 @@ message GetFilerConfigurationResponse {
message ListenForEventsRequest {
string client_name = 1;
string directory = 2;
string path_prefix = 2;
int64 since_ns = 3;
}
message FullEventNotification {