mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-22 07:15:25 +00:00
add file metadata
This commit is contained in:
@@ -30,6 +30,8 @@ message Record {
|
||||
int64 updated = 8;
|
||||
// owner of the file e.g alice
|
||||
string owner = 9;
|
||||
// any other associated metadata
|
||||
map<string,string> metadata = 10;
|
||||
}
|
||||
|
||||
// Read a file by path
|
||||
|
||||
Reference in New Issue
Block a user