Start work on execution server implementation

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2016-12-02 11:33:58 -08:00
parent d0e2f3778a
commit 6641888667
31 changed files with 125 additions and 26 deletions

View file

@ -38,3 +38,5 @@ message ListContainersRequest {
message ListContainersResponse {
repeated Container containers = 1;
}