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

Struct unsupportedLoader

internal/pluginhost/loader_unsupported.go:7–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import "fmt"
6
7type unsupportedLoader struct{}
8
9func (unsupportedLoader) Open(file pluginFile, host *Host) (pluginClient, error) {
10 return nil, fmt.Errorf("standard dynamic library plugin loading requires cgo on this platform: %s", file.Path)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected