Add Exec IDs

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-06-28 12:54:10 -07:00
parent e283b3802d
commit f93bfb6233
36 changed files with 1441 additions and 2055 deletions

View File

@@ -71,7 +71,10 @@ func main() {
return err
}
server := grpc.NewServer()
sv, err := shim.NewService(path, context.GlobalString("namespace"))
sv, err := shim.NewService(
path,
context.GlobalString("namespace"),
)
if err != nil {
return err
}