mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-21 06:55:03 +00:00
add require read file by name
This commit is contained in:
@@ -49,6 +49,8 @@ message ReadRequest {
|
||||
string project = 1;
|
||||
// path to the file
|
||||
string path = 2;
|
||||
// file name
|
||||
string name = 3;
|
||||
}
|
||||
|
||||
message ReadResponse {
|
||||
|
||||
Reference in New Issue
Block a user