add require read file by name

This commit is contained in:
Asim Aslam
2021-05-23 18:12:59 +01:00
parent 2bcbf256fe
commit 49db4bc81b
3 changed files with 45 additions and 32 deletions

View File

@@ -49,6 +49,8 @@ message ReadRequest {
string project = 1;
// path to the file
string path = 2;
// file name
string name = 3;
}
message ReadResponse {