MCPcopy Index your code
hub / github.com/chainreactors/EvilProxy / executorAdapter

Struct executorAdapter

internal/pluginhost/adapters.go:1326–1335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1324}
1325
1326type executorAdapter struct {
1327 host *Host
1328 pluginID string
1329 path string
1330 version string
1331 provider string
1332 executor pluginapi.ProviderExecutor
1333 inputFormats []sdktranslator.Format
1334 outputFormats []sdktranslator.Format
1335}
1336
1337func (a *executorAdapter) Identifier() string {
1338 if a == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected