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

Method UnloadPlugin

internal/homeplugins/sync.go:29–29  ·  view source on GitHub ↗
(id string)

Source from the content-addressed store, hash-verified

27type PluginRuntime interface {
28 PluginBusy(id string) bool
29 UnloadPlugin(id string) bool
30}
31
32type PluginLoadInspector interface {

Implementers 3

Hostinternal/pluginhost/host.go
fakePluginRuntimeinternal/homeplugins/sync_test.go
Hostsdk/pluginhost/host.go

Calls

no outgoing calls