Add grpc service to shim
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
e6de7ea4b5
commit
c08e0e610c
8 changed files with 402 additions and 229 deletions
|
@ -14,7 +14,9 @@ service ShimService {
|
|||
}
|
||||
|
||||
message CreateRequest {
|
||||
|
||||
string id = 1 [(gogoproto.customname) = "ID"];
|
||||
string bundle = 2;
|
||||
string runtime = 3;
|
||||
}
|
||||
|
||||
message CreateResponse {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue