Port over supervisor to use grpc shim
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@ var listCommand = cli.Command{
|
||||
c.ID,
|
||||
c.Status,
|
||||
len(listProcResponse.Processes),
|
||||
c.BundlePath,
|
||||
c.Bundle,
|
||||
)
|
||||
}
|
||||
return nil
|
||||
|
||||
@@ -292,5 +292,4 @@ func getShimService() (shim.ShimClient, error) {
|
||||
return nil, err
|
||||
}
|
||||
return shim.NewShimClient(conn), nil
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user