executor: use grpc instead of netrpc as plugin protocol

* Added protobuf spec for executor
 * Seperated executor structs into their own package
This commit is contained in:
Nick Ethier
2018-12-05 11:03:56 -05:00
parent cd8c5c55bd
commit 467930f650
17 changed files with 1911 additions and 379 deletions

View File

@@ -49,6 +49,7 @@ func (e *ExecutorPluginCommand) Run(args []string) int {
hclog.LevelFromString(executorConfig.LogLevel),
executorConfig.FSIsolation,
),
GRPCServer: plugin.DefaultGRPCServer,
})
return 0
}