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

Method Shutdown

internal/pluginhost/abi.go:13–13  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11type pluginClient interface {
12 Call(ctx context.Context, method string, request []byte) ([]byte, error)
13 Shutdown()
14}
15
16type pluginLoader interface {

Callers 12

ShutdownMethod · 0.95
UnloadPluginMethod · 0.65
ShutdownAllMethod · 0.65
StopMethod · 0.65
StopMethod · 0.65
StopMethod · 0.65
stopForwarderInstanceFunction · 0.65
shutdownPprofMethod · 0.65
stopServerWithContextMethod · 0.65
LoginMethod · 0.65
LoginMethod · 0.65

Implementers 6

capturePluginClientinternal/pluginhost/host_test.go
guardedPluginClientinternal/pluginhost/client_guard.go
staticEnvelopePluginClientinternal/pluginhost/rpc_client_error_t
dynamicLibraryClientinternal/pluginhost/loader_unix.go
streamCallbackPluginClientinternal/pluginhost/rpc_client_stream_
testSymbolLookupinternal/pluginhost/test_helpers_test.

Calls

no outgoing calls

Tested by

no test coverage detected