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

Struct Host

sdk/pluginhost/host.go:56–58  ·  view source on GitHub ↗

Host wraps the internal plugin host behind a public SDK surface.

Source from the content-addressed store, hash-verified

54
55// Host wraps the internal plugin host behind a public SDK surface.
56type Host struct {
57 inner *internalpluginhost.Host
58}
59
60// New creates a plugin host.
61func New() *Host {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected