mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-16 05:07:36 +08:00
fix: remove hrp internal dependency for plugin
This commit is contained in:
@@ -8,10 +8,13 @@ import (
|
||||
"github.com/rs/zerolog/log"
|
||||
"google.golang.org/grpc"
|
||||
|
||||
"github.com/httprunner/hrp/internal/json"
|
||||
"github.com/httprunner/hrp/plugin/go/proto"
|
||||
jsoniter "github.com/json-iterator/go"
|
||||
)
|
||||
|
||||
// replace with third-party json library to improve performance
|
||||
var json = jsoniter.ConfigCompatibleWithStandardLibrary
|
||||
|
||||
// functionGRPCClient runs on the host side, it implements FuncCaller interface
|
||||
type functionGRPCClient struct {
|
||||
client proto.DebugTalkClient
|
||||
|
||||
Reference in New Issue
Block a user