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:
Derek McGowan
2023-01-18 21:53:34 -08:00
parent 20de989afc
commit 2717685dad
21 changed files with 378 additions and 355 deletions

View File

@@ -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;