prepare for path based configuration

This commit is contained in:
Chris Lu
2020-11-11 23:46:42 -08:00
parent 0fbc27b640
commit c32b6f4d9d
3 changed files with 228 additions and 119 deletions

View File

@@ -348,3 +348,11 @@ message KvPutRequest {
message KvPutResponse {
string error = 1;
}
// path-based configurations
message FilerPathConfiguration {
string location = 1;
string collection = 2;
string replication = 3;
string ttl = 4;
}