MCPcopy Create free account
hub / github.com/chainreactors/EvilProxy / rpcResponseNormalizer

Struct rpcResponseNormalizer

internal/pluginhost/rpc_client.go:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51type rpcResponseNormalizer struct {
52 *rpcPluginAdapter
53 method string
54}
55
56func registerRPCPlugin(ctx context.Context, host *Host, id string, client pluginClient, method string, configYAML []byte) (pluginapi.Plugin, error) {
57 if client == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected