Get the server and integration tests compiling

This commit is contained in:
Max Brunsfeld 2021-12-20 16:30:29 -08:00
parent 466a377e1d
commit 55910c0d79
8 changed files with 840 additions and 665 deletions

View file

@ -96,8 +96,9 @@ message LeaveProject {
message RegisterWorktree {
uint64 project_id = 1;
string root_name = 2;
repeated string authorized_logins = 3;
uint64 worktree_id = 2;
string root_name = 3;
repeated string authorized_logins = 4;
}
message UnregisterWorktree {