Refactor sandbox controller interface
Update the sandbox controller interface to use local types rather than using the API types. Signed-off-by: Derek McGowan <derek@mcg.dev>
This commit is contained in:
@@ -146,7 +146,7 @@ message ControllerStatusRequest {
|
||||
}
|
||||
|
||||
message ControllerStatusResponse {
|
||||
string id = 1;
|
||||
string sandbox_id = 1;
|
||||
uint32 pid = 2;
|
||||
string state = 3;
|
||||
map<string, string> info = 4;
|
||||
|
||||
Reference in New Issue
Block a user