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

Struct dynamicLibraryClient

internal/pluginhost/loader_unix.go:100–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98type dynamicLibraryLoader struct{}
99
100type dynamicLibraryClient struct {
101 handle unsafe.Pointer
102 hostAPI *C.cliproxy_host_api
103 hostCtx unsafe.Pointer
104 api C.cliproxy_plugin_api
105}
106
107func defaultPluginLoader() pluginLoader {
108 return dynamicLibraryLoader{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected