Add event support to execution subsystem
The implementation relies on nats.io Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
parent
dd39b4dcf0
commit
2ef399b315
11 changed files with 441 additions and 125 deletions
|
@ -38,6 +38,7 @@ message CreateContainerRequest {
|
|||
|
||||
message CreateContainerResponse {
|
||||
Container container = 1;
|
||||
Process initProcess = 2;
|
||||
}
|
||||
|
||||
message DeleteContainerRequest {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue