Remove protobuf share/unshare

This commit is contained in:
Kristoffer Dalby 2022-02-21 22:48:14 +00:00
parent 6da2a19d10
commit 9d1752acbc
2 changed files with 0 additions and 30 deletions

View file

@ -80,24 +80,6 @@ message ListMachinesResponse {
repeated Machine machines = 1;
}
message ShareMachineRequest {
uint64 machine_id = 1;
string namespace = 2;
}
message ShareMachineResponse {
Machine machine = 1;
}
message UnshareMachineRequest {
uint64 machine_id = 1;
string namespace = 2;
}
message UnshareMachineResponse {
Machine machine = 1;
}
message DebugCreateMachineRequest {
string namespace = 1;
string key = 2;