Get the server and integration tests compiling
This commit is contained in:
parent
466a377e1d
commit
55910c0d79
8 changed files with 840 additions and 665 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue