mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-08 17:29:34 +08:00
feat: support hashicorp plugin in gPRC mode
This commit is contained in:
@@ -3,6 +3,8 @@ package pluginInternal
|
||||
import "github.com/hashicorp/go-plugin"
|
||||
|
||||
const PluginName = "debugtalk"
|
||||
const RPCPluginName = PluginName + "_rpc"
|
||||
const GRPCPluginName = PluginName + "_grpc"
|
||||
|
||||
// handshakeConfigs are used to just do a basic handshake between
|
||||
// a plugin and host. If the handshake fails, a user friendly error is shown.
|
||||
|
||||
Reference in New Issue
Block a user