MCPcopy Create free account
hub / github.com/evilsocket/shellz / Plugin

Struct Plugin

plugins/plugin.go:22–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type Plugin struct {
23 *plugin.Plugin
24
25 timeouts core.Timeouts
26 ctx interface{}
27}
28
29func LoadPlugin(path string) (error, *Plugin) {
30 if p, err := plugin.Load(path); err != nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected