mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-23 07:41:25 +00:00
migrate from model to store
This commit is contained in:
@@ -27,14 +27,6 @@ message Record {
|
||||
map<string,string> metadata = 6;
|
||||
}
|
||||
|
||||
// Batch save multiple files in one call
|
||||
message BatchSaveRequest {
|
||||
repeated Record files = 1;
|
||||
}
|
||||
|
||||
message BatchSaveResponse {
|
||||
}
|
||||
|
||||
// Read a file by path
|
||||
message ReadRequest {
|
||||
// Project name
|
||||
|
||||
Reference in New Issue
Block a user