Eagerly populate child entries when copying a directory via RPC
This commit is contained in:
parent
51adc6517e
commit
88fdd8606a
4 changed files with 98 additions and 36 deletions
|
@ -224,7 +224,8 @@ message DeleteProjectEntry {
|
|||
|
||||
message ProjectEntryResponse {
|
||||
Entry entry = 1;
|
||||
uint64 worktree_scan_id = 2;
|
||||
repeated Entry child_entries = 2;
|
||||
uint64 worktree_scan_id = 3;
|
||||
}
|
||||
|
||||
message AddProjectCollaborator {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue