mirror of
https://github.com/kevin-DL/services.git
synced 2026-03-15 07:25:19 +00:00
remove batch save endpoint
This commit is contained in:
@@ -9,7 +9,6 @@ service File {
|
||||
rpc List(ListRequest) returns (ListResponse) {}
|
||||
rpc Save(SaveRequest) returns (SaveResponse) {}
|
||||
rpc Delete(DeleteRequest) returns (DeleteResponse) {}
|
||||
rpc BatchSave(BatchSaveRequest) returns (BatchSaveResponse) {}
|
||||
}
|
||||
|
||||
message Record {
|
||||
|
||||
Reference in New Issue
Block a user