Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chainreactors/EvilProxy
/ Call
Method
Call
internal/pluginhost/abi.go:12–12 ·
view source on GitHub ↗
(ctx context.Context, method string, request []byte)
Source
from the content-addressed store, hash-verified
10
11
type
pluginClient
interface
{
12
Call(ctx context.Context, method string, request []byte) ([]byte, error)
13
Shutdown()
14
}
15
Callers
3
Call
Method · 0.65
callPlugin
Function · 0.65
Open
Method · 0.65
Implementers
6
capturePluginClient
internal/pluginhost/host_test.go
guardedPluginClient
internal/pluginhost/client_guard.go
staticEnvelopePluginClient
internal/pluginhost/rpc_client_error_t
dynamicLibraryClient
internal/pluginhost/loader_unix.go
streamCallbackPluginClient
internal/pluginhost/rpc_client_stream_
testSymbolLookup
internal/pluginhost/test_helpers_test.
Calls
no outgoing calls
Tested by
no test coverage detected